vim: highlight entire line of cursor
Turns out that only having the line number highlighted is annoying.
This commit is contained in:
parent
ec093fe272
commit
cb94595707
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ set nobackup " don't keep backup file after overwriting a file
|
||||||
set clipboard=unnamed " synchronize with system clipboard
|
set clipboard=unnamed " synchronize with system clipboard
|
||||||
set colorcolumn=+1 " highlight column after 'textwidth'
|
set colorcolumn=+1 " highlight column after 'textwidth'
|
||||||
set cursorline " highlight the line of the cursor
|
set cursorline " highlight the line of the cursor
|
||||||
set cursorlineopt=number " highlight the line number of the cursor
|
|
||||||
set diffopt=filler,vertical " make side-by-side diffs better
|
set diffopt=filler,vertical " make side-by-side diffs better
|
||||||
set encoding=utf8 " use UTF-8 by default
|
set encoding=utf8 " use UTF-8 by default
|
||||||
set expandtab " use spaces whe <Tab> is inserted
|
set expandtab " use spaces whe <Tab> is inserted
|
||||||
|
|
Loading…
Add table
Reference in a new issue