Add 80 chars in line highlight in NeoVim config
This commit is contained in:
parent
858765a9bb
commit
708d2b989c
@ -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