You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this bug happen when you install plugin without vim-polyglot?
no
Describe the bug:
Polyglot seems to overwrite the setting for tab size in neovim while editing fortran77 (fixed format) code. With polyglot enabled the tab size for fortran77 is 6. Removing the entire polyglot plugin fixed the issue. I tried disabling polyglot just for fortran with the following
let g:polyglot_disabled = ['fortran']
but it does not fixed the issue.
To Reproduce:
Set tab size other than 6.
set tabstop=2
Install and enable polyglot, then try using tab in a fortran77 file.