We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f647e commit dea0245Copy full SHA for dea0245
vimrc
@@ -51,13 +51,16 @@ Bundle 'michaeljsmith/vim-indent-object'
51
Bundle 'sjl/clam.vim'
52
Bundle 'suan/vim-instant-markdown'
53
Bundle 'maxbrunsfeld/vim-yankstack'
54
-Bundle 'tpope/vim-scriptease'
55
Bundle 'ivanov/vim-ipython'
56
Bundle 'scrooloose/nerdtree'
57
Bundle 'sgerrand/Conque-Shell'
58
Bundle 'terryma/vim-expand-region'
59
Bundle 'spiiph/vim-space'
60
Bundle 'airblade/vim-gitgutter'
+Bundle 'terryma/vim-multiple-cursors'
61
+"Bundle 'Shougo/neocomplcache'
62
+"Bundle 'JazzCore/neocomplcache-ultisnips'
63
+Bundle 'paradigm/SkyBison'
64
65
filetype on " Enable filetype detection
66
filetype indent on " Enable filetype-specific indenting
0 commit comments