We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecd180 commit 8b48e79Copy full SHA for 8b48e79
.vimrc
@@ -27,7 +27,8 @@ Bundle 'kien/ctrlp.vim'
27
Bundle 'vim-scripts/matchit.zip'
28
Bundle 'sjl/gundo.vim'
29
Bundle 'nathanaelkane/vim-indent-guides'
30
-Bundle 'Shougo/neocomplete.vim'
+Bundle 'airblade/vim-gitgutter'
31
+Bundle 'Shougo/neocomplete'
32
33
" vim-scripts repos
34
Bundle 'Tagbar'
@@ -246,7 +247,7 @@ nnoremap <Leader>ff :CtrlPBuffer<CR>
246
247
nnoremap <Leader>aa :NERDTreeToggle<CR>
248
nnoremap <Leader>ii :IndentGuidesToggle<CR>
249
nnoremap <Leader>ss :Ack
-" trailing space intentional
250
+" trailing space on <Leader>ss intentional
251
252
" }}}
253
0 commit comments