vim: Move language specific bits into ftplugin/
Move stuff for specific languages executed by autocommands into own filetype plugins to keep the vimrc cleaner.
This commit is contained in:
2
.config/vim/ftplugin/zsh.vim
Normal file
2
.config/vim/ftplugin/zsh.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" zshOption is a huge regex that leads to massive lags when scrolling
|
||||
syntax clear zshOption
|
||||
Reference in New Issue
Block a user