From 2105fca23f517326dcdac5d4a63e7e5311ee8c30 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 11 Feb 2014 21:40:54 +0100 Subject: vim: turn the plugins on after loading the bundles.vim file. This is the way it's supposed to be done anyways. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vimrc') 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 -- cgit v1.2.3