diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-05-10 08:42:28 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:28 +0100 |
commit | 5fc50bf2a21cca018e437ce56cd3c0e5727580d8 (patch) | |
tree | 9235cadacf18c35fbde41c0aa99cf18a40cddd71 /vimrc | |
parent | 3899cdec768772416d1afc976727915222c7f4cc (diff) | |
download | dotnvim-5fc50bf2a21cca018e437ce56cd3c0e5727580d8.tar.gz dotnvim-5fc50bf2a21cca018e437ce56cd3c0e5727580d8.zip |
Decided againist the cursor line
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -71,9 +71,6 @@ let g:gruvbox_italic=1 let g:gruvbox_contrast_dark="hard" colorscheme gruvbox -" show cursor line -set cursorline - " EOL whitespace highlight ExtraWhitespace ctermbg=red guibg=red match ExtraWhitespace /\s\+$/ |