vim: set cursorline highlighting

This commit is contained in:
Trolli Schmittlauch 2022-09-16 17:46:16 +02:00
parent 0d3509a15c
commit 29a68a9626

View file

@ -28,6 +28,8 @@ set number
set mouse=a
set mousehide
set cursorline
set backspace=indent,eol,start
set hlsearch
@ -35,7 +37,6 @@ set showmatch
set incsearch
set autoindent
set history=1000
" set cursorline
" use system clipboard as default buffer
" unnamedplus corresponds to the + register on Linux,
" representing system clipboard (not X11 clipboard)