aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/bundles.vim3
1 files changed, 0 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'