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
I would greatly appreciate it if the documentation came with some troubleshooting guidelines.
As it is I have installed the vim-editorconfig ubuntu package on ubuntu, I can see the editorconfig script being sourced if i run vim -V, but i can't get editorconfig to do anything as far as either applying settings from .editorconfig files or even producing any sort of debug information and it would be great to have a resource to go to to know what my next steps should be.
The text was updated successfully, but these errors were encountered:
@sir-galahad: Have you found any documentation at all? I want to know where to put the .editorconfig file. It seems intuitive to put it in my home directory, but I'm working on multiple projects that have slightly varying formatting standards, so I want another solution. Will it work if it's in the directory I start Vim from? Can I point to it with an environment variable? If I open a file with :edit and there's an .editorconfig in the same directory, will it load it? Or do I need to type a command in Vim to get it to load at all?
Update: Okay, so that's answered in the generic editorconfig docs here, but there should ought to be documentation specific to this plugin. e.g. It's still not clear what order the configuration happens in. If there are different settings in $VIM/after/ftplugin, will those win, or will they get overridden? And since Vim resolves symlinks, I guess that means the plugin traverses the file's absolute directory tree, and not the symlinked tree? Maybe I'm missing it, but have you found any plugin-specific documentation to answer questions like these?
I would greatly appreciate it if the documentation came with some troubleshooting guidelines.
As it is I have installed the vim-editorconfig ubuntu package on ubuntu, I can see the editorconfig script being sourced if i run vim -V, but i can't get editorconfig to do anything as far as either applying settings from .editorconfig files or even producing any sort of debug information and it would be great to have a resource to go to to know what my next steps should be.
The text was updated successfully, but these errors were encountered: