vim: set cursorline highlighting

flake-conversion
Trolli Schmittlauch 2022-09-16 17:46:16 +02:00
parent 0d3509a15c
commit 29a68a9626
1 changed files with 2 additions and 1 deletions

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)