summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index a402d4f..1667acc 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -1,7 +1,7 @@
" Vundle stuff ----------------------------------------------
set nocompatible
-filetype plugin off
+filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()