mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 19:07:06 +10: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.