dotfiles/vim/after/filetype.vim

6 lines
143 B
VimL
Raw Normal View History

if !exists("after_autocmds_loaded")
let after_autocmds_loaded = 1
au BufNewFile,BufRead * source ~/.vim/after/common_syntax.vim
endif