vim: Enable ftplugins at the very end
Fix error that the highlighting group 'zshOption' does not exist when editing zsh files. I guess this is the case since ftplugins were loaded before syntax was enabled.
This commit is contained in:
2
.config/vim/vimrc.d/90-ftplugin.vim
Normal file
2
.config/vim/vimrc.d/90-ftplugin.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" Load filetype plugins
|
||||
filetype plugin indent on
|
||||
Reference in New Issue
Block a user