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. --- vim/bundles.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'vim/bundles.vim') 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' -- cgit v1.2.3