summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-04-07 09:50:44 +0200
committerEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-04-07 09:50:44 +0200
commit480d322cdad674dec98836268a9fcbb525d3d9da (patch)
tree4851d6eb311053db3ca0c8844b74f3b2e4923701 /vim
parent9f192e73a6a74c022b0c032e7b16d1e53f954752 (diff)
Filetype problems avoided
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()