vim:setts: Reactivate 'cursorline'

This commit is contained in:
2023-02-13 15:15:34 +01:00
parent be763b9ff2
commit db6a7e2984

View File

@@ -48,7 +48,7 @@ else
nmap cW dWi
endif
" Highlight current line
"set cursorline
set cursorline
" Show ruler at column behind &textwidth
set colorcolumn=+1
" Show menu for possible matches when using command-line completing.