mirror of https://tildegit.org/ben/dotfiles
add git gutter
parent
d0ed275ee0
commit
0e13329e0a
|
@ -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
|
|
@ -14,6 +14,9 @@ set nrformats-=octal
|
|||
|
||||
set incsearch
|
||||
|
||||
set number
|
||||
set numberwidth=4
|
||||
set updatetime=100
|
||||
set laststatus=2
|
||||
set ruler
|
||||
set wildmenu
|
||||
|
|
Loading…
Reference in New Issue