mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-31 10:13:21 +00:00
add git gutter
This commit is contained in:
parent
d0ed275ee0
commit
0e13329e0a
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -17,3 +17,6 @@
|
|||||||
[submodule "vim/.vim/bundle/vim-surround"]
|
[submodule "vim/.vim/bundle/vim-surround"]
|
||||||
path = vim/.vim/bundle/vim-surround
|
path = vim/.vim/bundle/vim-surround
|
||||||
url = https://github.com/tpope/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
|
||||||
|
1
vim/.vim/bundle/vim-gitgutter
Submodule
1
vim/.vim/bundle/vim-gitgutter
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 7eeea63e62b1cc088a75c7a7c244fc774d82e5bb
|
@ -14,6 +14,9 @@ set nrformats-=octal
|
|||||||
|
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|
||||||
|
set number
|
||||||
|
set numberwidth=4
|
||||||
|
set updatetime=100
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set ruler
|
set ruler
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user