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:
@@ -42,7 +42,7 @@ else
|
|||||||
nmap cW dWi
|
nmap cW dWi
|
||||||
endif
|
endif
|
||||||
" Highlight current line
|
" Highlight current line
|
||||||
set cursorline
|
" set cursorline
|
||||||
" Show ruler at &textwidth columns
|
" Show ruler at &textwidth columns
|
||||||
let &colorcolumn=&textwidth
|
let &colorcolumn=&textwidth
|
||||||
" Show menu for possible matches when using command-line completing.
|
" Show menu for possible matches when using command-line completing.
|
||||||
|
|||||||
Reference in New Issue
Block a user