mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 23:02:50 +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.