vim: Deactivate cursorline

With the highlighting of the word under the cursor this kind of gets in
the way as both are using the same color to highlight.
This commit is contained in:
2022-02-17 15:22:32 +01:00
parent 9796992737
commit fafc7e1bef

View File

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