Add more bundles to vimrc
This commit is contained in:
parent
d9b427db24
commit
f9d626debc
1 changed files with 7 additions and 1 deletions
8
.vimrc
8
.vimrc
|
|
@ -1140,9 +1140,15 @@ filetype off " Off for vundle
|
|||
set rtp+=~/.vim/bundle/vundle
|
||||
call vundle#rc()
|
||||
Bundle 'gmarik/vundle'
|
||||
Bundle 'vim-scripts/ShowMarks'
|
||||
Bundle 'Align'
|
||||
Bundle 'FuzzyFinder'
|
||||
Bundle 'Gundo'
|
||||
Bundle 'L9'
|
||||
Bundle 'ShowMarks'
|
||||
Bundle 'Tabular'
|
||||
Bundle 'The-NERD-tree'
|
||||
Bundle 'ctrlp'
|
||||
Bundle 'gnupg'
|
||||
Bundle 'tpope/vim-markdown'
|
||||
|
||||
filetype plugin indent on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue