Make .vundle files behave like vim files

This commit is contained in:
Luiz Gonzaga dos Santos Filho 2016-09-13 18:51:25 +02:00 committed by GitHub
parent 79e5d1a9f4
commit 310902b947

1
vimrc
View File

@ -39,6 +39,7 @@ let mapleader=","
if filereadable(expand("~/.vim/vundles.vim")) if filereadable(expand("~/.vim/vundles.vim"))
source ~/.vim/vundles.vim source ~/.vim/vundles.vim
endif endif
au BufNewFile,BufRead *.vundle set filetype=vim
" ================ Turn Off Swap Files ============== " ================ Turn Off Swap Files ==============