Skip to content

Commit dea0245

Browse files
committed
few more plugins
1 parent 81f647e commit dea0245

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vimrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,16 @@ Bundle 'michaeljsmith/vim-indent-object'
5151
Bundle 'sjl/clam.vim'
5252
Bundle 'suan/vim-instant-markdown'
5353
Bundle 'maxbrunsfeld/vim-yankstack'
54-
Bundle 'tpope/vim-scriptease'
5554
Bundle 'ivanov/vim-ipython'
5655
Bundle 'scrooloose/nerdtree'
5756
Bundle 'sgerrand/Conque-Shell'
5857
Bundle 'terryma/vim-expand-region'
5958
Bundle 'spiiph/vim-space'
6059
Bundle 'airblade/vim-gitgutter'
60+
Bundle 'terryma/vim-multiple-cursors'
61+
"Bundle 'Shougo/neocomplcache'
62+
"Bundle 'JazzCore/neocomplcache-ultisnips'
63+
Bundle 'paradigm/SkyBison'
6164

6265
filetype on " Enable filetype detection
6366
filetype indent on " Enable filetype-specific indenting

0 commit comments

Comments
 (0)