Add 80 chars in line highlight in NeoVim config
This commit is contained in:
parent
0fa720e2a5
commit
62487073b9
@ -36,6 +36,9 @@ set splitbelow
|
|||||||
set noshowmode
|
set noshowmode
|
||||||
color biual
|
color biual
|
||||||
|
|
||||||
|
highlight OverLength ctermbg=none ctermfg=14 cterm=underline
|
||||||
|
match OverLength /\%81v.\+/
|
||||||
|
|
||||||
" Restore cursor position
|
" Restore cursor position
|
||||||
function! ResCur()
|
function! ResCur()
|
||||||
if line("'\"") <= line("$")
|
if line("'\"") <= line("$")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user