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.
3 lines
50 B
VimL
3 lines
50 B
VimL
" Load filetype plugins
|
|
filetype plugin indent on
|