Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is no way to establish precedence or priority of autocommands in Neovim, yet we want to ensure that the editorconfig options are applied last, after any file type settings or settings from other plugins, to ensure they have the highest priority. Using a timer with value 0 causes the function to be deferred until after all other autocommands have run.
- Loading branch information