diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-11 21:40:54 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-11 21:40:54 +0100 |
| commit | 2105fca23f517326dcdac5d4a63e7e5311ee8c30 (patch) | |
| tree | 386d22dd3aba10bc5a3873ea63bff78e688dc019 /vim/bundles.vim | |
| parent | 11d75abfc548de92f0885fba9247214780c25e57 (diff) | |
| download | dotfiles-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.
Diffstat (limited to 'vim/bundles.vim')
| -rw-r--r-- | vim/bundles.vim | 3 |
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' |
