better visual background for git gutter
This commit is contained in:
parent
935f74a304
commit
12a6c1449f
3 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,3 +19,6 @@
|
|||
[submodule ".vim/bundle/vim-airline"]
|
||||
path = .vim/bundle/vim-airline
|
||||
url = https://github.com/bling/vim-airline
|
||||
[submodule ".vim/bundle/vim-gitgutter"]
|
||||
path = .vim/bundle/vim-gitgutter
|
||||
url = https://github.com/airblade/vim-gitgutter
|
||||
|
|
1
.vim/bundle/vim-gitgutter
Submodule
1
.vim/bundle/vim-gitgutter
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 878c3422c9ad9edc7b907948515b3118d91a67d1
|
4
.vimrc
4
.vimrc
|
@ -33,3 +33,7 @@ set noshowmode
|
|||
let g:bufferline_echo = 0
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
||||
" clear sign column, for git gutter etc
|
||||
highlight clear SignColumn
|
||||
|
||||
|
|
Loading…
Reference in a new issue