diff options
| -rw-r--r-- | vim/bundles.vim | 3 | ||||
| -rw-r--r-- | vimrc | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vim/bundles.vim b/vim/bundles.vim index 6368f29..04124ab 100644 --- a/vim/bundles.vim +++ b/vim/bundles.vim @@ -4,9 +4,6 @@ set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Bundle 'gmarik/vundle' -" Enable plugins. -filetype plugin indent on - " My list of plugins. Bundle 'tpope/vim-surround.git' Bundle 'kien/ctrlp.vim.git' @@ -109,6 +109,9 @@ endif " inside the ~/.vim directory. source ~/.vim/bundles.vim +" Enable plugins again. +filetype plugin indent on + "" " Filetypes |
