Files
dotfiles/.config/vim/vimrc.d/90-ftplugin.vim
druckdev ab53243db8 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.
2020-12-23 14:53:26 +01:00

3 lines
50 B
VimL

" Load filetype plugins
filetype plugin indent on