Skip to content

Commit 8b48e79

Browse files
committed
vim-gitgutter!
1 parent 9ecd180 commit 8b48e79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vimrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Bundle 'kien/ctrlp.vim'
2727
Bundle 'vim-scripts/matchit.zip'
2828
Bundle 'sjl/gundo.vim'
2929
Bundle 'nathanaelkane/vim-indent-guides'
30-
Bundle 'Shougo/neocomplete.vim'
30+
Bundle 'airblade/vim-gitgutter'
31+
Bundle 'Shougo/neocomplete'
3132

3233
" vim-scripts repos
3334
Bundle 'Tagbar'
@@ -246,7 +247,7 @@ nnoremap <Leader>ff :CtrlPBuffer<CR>
246247
nnoremap <Leader>aa :NERDTreeToggle<CR>
247248
nnoremap <Leader>ii :IndentGuidesToggle<CR>
248249
nnoremap <Leader>ss :Ack
249-
" trailing space intentional
250+
" trailing space on <Leader>ss intentional
250251

251252
" }}}
252253

0 commit comments

Comments
 (0)