Add 80 chars in line highlight in NeoVim config

This commit is contained in:
Wiktor Zykubek 2020-04-26 17:02:56 +02:00
parent 0fa720e2a5
commit 62487073b9

View File

@ -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("$")