add git gutter

This commit is contained in:
Ben Harris 2019-03-12 15:36:33 -04:00
parent d0ed275ee0
commit 0e13329e0a
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -17,3 +17,6 @@
[submodule "vim/.vim/bundle/vim-surround"]
path = vim/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "vim/.vim/bundle/vim-gitgutter"]
path = vim/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter

@ -0,0 +1 @@
Subproject commit 7eeea63e62b1cc088a75c7a7c244fc774d82e5bb

View File

@ -14,6 +14,9 @@ set nrformats-=octal
set incsearch
set number
set numberwidth=4
set updatetime=100
set laststatus=2
set ruler
set wildmenu