diff options
Diffstat (limited to 'vim')
| m--------- | vim/bundle/vundle | 0 | ||||
| -rw-r--r-- | vim/bundles.vim | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/vim/bundle/vundle b/vim/bundle/vundle new file mode 160000 +Subproject f31aa52552ceb40240e56e475e6df89cc756507 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' + |
