Added highlight color to vimrc file.
Currently black is used, looks good in solarized.dark but not in other color schemes.
This commit is contained in:
parent
42a979cac2
commit
34200536ad
@ -113,6 +113,7 @@ set cursorline " underline the current line, for quick orientat
|
||||
" https://vi.stackexchange.com/questions/356/how-can-i-set-up-a-ruler-at-a-specific-column
|
||||
" set colorcolumn=80
|
||||
let &colorcolumn="80,".join(range(120,999),",")
|
||||
highlight ColorColumn ctermbg=black
|
||||
|
||||
|
||||
" ┏━┓╺┳╸┏━┓╺┳╸╻ ╻┏━┓╻ ╻┏┓╻┏━╸
|
||||
|
||||
Loading…
Reference in New Issue
Block a user