From 67a506b91c3cb7281a39dc0cf63b0660e18338c6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 3 Jan 2014 16:10:45 +0100 Subject: vim: let's use vundle. --- vim/bundles.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vim/bundles.vim (limited to 'vim/bundles.vim') diff --git a/vim/bundles.vim b/vim/bundles.vim new file mode 100644 index 0000000..d2e06c0 --- /dev/null +++ b/vim/bundles.vim @@ -0,0 +1,12 @@ + +" Vundle setup +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' + -- cgit v1.2.3