From cb94595707a3d8afabfe8e9dd7374ad8ddd4c5ce Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 16 Dec 2020 17:46:43 +0100 Subject: [PATCH] vim: highlight entire line of cursor Turns out that only having the line number highlighted is annoying. --- roles/vim/files/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/vim/files/vimrc b/roles/vim/files/vimrc index 3fd1cc0..a2cac60 100644 --- a/roles/vim/files/vimrc +++ b/roles/vim/files/vimrc @@ -16,7 +16,6 @@ set nobackup " don't keep backup file after overwriting a file set clipboard=unnamed " synchronize with system clipboard set colorcolumn=+1 " highlight column after 'textwidth' 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 encoding=utf8 " use UTF-8 by default set expandtab " use spaces whe is inserted