aboutsummaryrefslogtreecommitdiff
path: root/vim/bundles.vim
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-03 16:10:45 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-03 16:10:45 +0100
commit67a506b91c3cb7281a39dc0cf63b0660e18338c6 (patch)
tree33e117b20bdab685489e390d1842ef1b328b8186 /vim/bundles.vim
parent9c8b645502e7219dfc05807131ba88623ae362b2 (diff)
downloaddotfiles-67a506b91c3cb7281a39dc0cf63b0660e18338c6.tar.gz
dotfiles-67a506b91c3cb7281a39dc0cf63b0660e18338c6.zip
vim: let's use vundle.
Diffstat (limited to 'vim/bundles.vim')
-rw-r--r--vim/bundles.vim12
1 files changed, 12 insertions, 0 deletions
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'
+