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
Plugins like python.vim, rust.vim etc also set the tabstop, shiftwidth, etc for the recommended styling of the language but they all have a (i.e) g:python_recommended_style variable you can set to false to disable that
I think it would be a good idea to do the same here since I (and I'm sure many others) don't like plugins changing the indentation spacing and other settings
The text was updated successfully, but these errors were encountered:
Plugins like python.vim, rust.vim etc also set the tabstop, shiftwidth, etc for the recommended styling of the language but they all have a (i.e)
g:python_recommended_style
variable you can set to false to disable thatI think it would be a good idea to do the same here since I (and I'm sure many others) don't like plugins changing the indentation spacing and other settings
The text was updated successfully, but these errors were encountered: