aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-02-11 21:40:54 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-02-11 21:40:54 +0100
commit2105fca23f517326dcdac5d4a63e7e5311ee8c30 (patch)
tree386d22dd3aba10bc5a3873ea63bff78e688dc019
parent11d75abfc548de92f0885fba9247214780c25e57 (diff)
downloaddotfiles-2105fca23f517326dcdac5d4a63e7e5311ee8c30.tar.gz
dotfiles-2105fca23f517326dcdac5d4a63e7e5311ee8c30.zip
vim: turn the plugins on after loading the bundles.vim file.
This is the way it's supposed to be done anyways.
-rw-r--r--vim/bundles.vim3
-rw-r--r--vimrc3
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'
diff --git a/vimrc b/vimrc
index 62c5cdb..d034711 100644
--- a/vimrc
+++ b/vimrc
@@ -109,6 +109,9 @@ endif
" inside the ~/.vim directory.
source ~/.vim/bundles.vim
+" Enable plugins again.
+filetype plugin indent on
+
""
" Filetypes