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:
@@ -29,6 +29,3 @@ nmap <leader>t :Tags<CR>
|
|||||||
let g:surround_no_mappings = 1
|
let g:surround_no_mappings = 1
|
||||||
packadd! vim-surround
|
packadd! vim-surround
|
||||||
source $XDG_CONFIG_HOME/vim/vim-surround.vim
|
source $XDG_CONFIG_HOME/vim/vim-surround.vim
|
||||||
|
|
||||||
" Load filetype plugins
|
|
||||||
filetype plugin indent on
|
|
||||||
|
|||||||
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