From 29a68a9626a32463004b680513b6a9d88aba2193 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 16 Sep 2022 17:46:16 +0200 Subject: [PATCH] vim: set cursorline highlighting --- home/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/vimrc b/home/vimrc index 03bc2e7..106ee8c 100644 --- a/home/vimrc +++ b/home/vimrc @@ -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)