diff --git a/system/.vimrc b/system/.vimrc index 3c59331..76a199f 100755 --- a/system/.vimrc +++ b/system/.vimrc @@ -1,5 +1,5 @@ set nocompatible " get rid of Vi compatibility mode. SET FIRST! -filetype off +filetype plugin indent on " set the runtime path to include vundle set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin()