diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ " Vundle stuff ---------------------------------------------- set nocompatible -filetype plugin off +filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() |