dotfiles/vim/after/filetype.vim
Andrew Mulbrook 6fa76a4ba6 Always highlight tabs
Make tab space very clear to avoid annoying confusion.
2021-02-15 10:10:01 -06:00

5 lines
143 B
VimL

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