Added gitgutter

This commit is contained in:
Nicole Tietz-Sokolskaya 2017-11-20 14:02:10 -05:00
parent a506c13ac3
commit 676f33bc27
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -37,3 +37,6 @@
[submodule "vim/.vim/bundle/ctrlp"]
path = vim/.vim/bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule "vim/.vim/bundle/vim-gitgutter"]
path = vim/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter

@ -0,0 +1 @@
Subproject commit 1e60667322b7cd1bfcba98762fbba746a888d21a

View File

@ -81,3 +81,6 @@ au FileChangedShell * checktime
au CursorHold * checktime
au CursorHoldI * checktime
let g:ctrlp_map = '<c-p>'
let g:ctrlp_cmd = 'CtrlP'