mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
Rather than only check `editorconfig_enable` when the plugin is loaded, check it each time the autocommand fires, so that users may enable or disable it dynamically. Also check for a buffer local version of the variable, so that editorconfig can be enabled or disabled per-buffer.