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
|
||||
color biual
|
||||
|
||||
highlight OverLength ctermbg=none ctermfg=14 cterm=underline
|
||||
match OverLength /\%81v.\+/
|
||||
|
||||
" Restore cursor position
|
||||
function! ResCur()
|
||||
if line("'\"") <= line("$")
|
||||
|
Loading…
x
Reference in New Issue
Block a user