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 /vimrc | |
| 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 'vimrc')
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ endif " inside the ~/.vim directory. source ~/.vim/bundles.vim +" Enable plugins again. +filetype plugin indent on + "" " Filetypes |
