mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Merge branch 'master' of github.com:whatyouhide/vim-gotham
* 'master' of github.com:whatyouhide/vim-gotham: Add ColorColumn support
This commit is contained in:
commit
b906b7ab25
|
|
@ -104,6 +104,7 @@ call s:Col('CursorLine', '', 'base1')
|
|||
call s:Col('LineNr', 'base4', s:linenr_background)
|
||||
call s:Col('CursorLineNr', 'base5', s:linenr_background)
|
||||
call s:Col('SignColumn', '', s:linenr_background)
|
||||
call s:Col('ColorColumn', '', s:linenr_background)
|
||||
|
||||
" Visual selection.
|
||||
call s:Col('Visual', '', 'base3')
|
||||
|
|
|
|||
Loading…
Reference in a new issue