Skip to content

Commit 08e6184

Browse files
committed
add and remove a few plugins
1 parent 234ad12 commit 08e6184

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

vimrc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ Bundle 'Lokaltog/vim-easymotion'
2121
"Bundle 'Lokaltog/powerline'
2222
Bundle 'majutsushi/tagbar'
2323
Bundle 'kien/ctrlp.vim'
24+
Bundle 'tacahiroy/ctrlp-funky'
2425
Bundle 'mileszs/ack.vim'
2526
Bundle 'Raimondi/delimitMate'
2627
Bundle 'croaker/mustang-vim'
28+
Bundle 'telamon/vim-color-github'
2729
Bundle 'nvie/vim-flake8'
2830
Bundle 'alfredodeza/pytest.vim'
2931
Bundle 'mbbill/undotree'
32+
"Bundle 'sjl/Gundo.vim'
3033
Bundle 'matthias-guenther/hammer.vim'
3134
Bundle 'Spaceghost/vim-matchit'
3235
Bundle 'gregsexton/gitv'
@@ -39,10 +42,12 @@ Bundle 'bufexplorer.zip'
3942
" Check it
4043
Bundle 'michaeljsmith/vim-indent-object'
4144
Bundle 'sjl/clam.vim'
42-
Bundle 'xuhdev/SingleCompile'
43-
"Bundle 'YankRing.vim'
4445
Bundle 'suan/vim-instant-markdown'
45-
"Bundle 'Valloric/YouCompleteMe'
46+
Bundle 'maxbrunsfeld/vim-yankstack'
47+
Bundle 'tpope/vim-scriptease'
48+
Bundle 'ivanov/vim-ipython'
49+
Bundle 'scrooloose/nerdtree'
50+
"Bundle 'sgerrand/Conque-Shell'
4651

4752
if has('win32')
4853
source $VIMRUNTIME/vimrc_example.vim

0 commit comments

Comments
 (0)