config: nvim: general: move warning columns and make them less intrusive
This commit is contained in:
parent
62a306326d
commit
8a3be75d1f
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ if exists('+cursorline')
|
|||
highlight CursorLineNR term=bold cterm=bold ctermbg=darkgrey
|
||||
endif
|
||||
|
||||
" display box from column 81 to 100
|
||||
let &colorcolumn=join(range(81, 100), ",")
|
||||
" display warning column at 81 and 121
|
||||
let &colorcolumn="81,121"
|
||||
highlight ColorColumn ctermbg=235 guibg=#2d2d2d
|
||||
|
||||
" display line numbers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue