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:
2020-12-23 14:53:26 +01:00
parent b9f26d7482
commit ab53243db8
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -0,0 +1,2 @@
" Load filetype plugins
filetype plugin indent on