better signcolumn support
This commit is contained in:
parent
95c3e403f9
commit
8a554d01f5
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
Subproject commit b1f234b8aa879a8276fc2c73c99ec68d7635de96
|
1
.vimrc
1
.vimrc
|
@ -22,6 +22,7 @@ filetype plugin indent on
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
syntax enable
|
syntax enable
|
||||||
set background=dark
|
set background=dark
|
||||||
|
highlight clear SignColumn
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
||||||
" plugins: airline
|
" plugins: airline
|
||||||
|
|
Loading…
Reference in a new issue