From 6ee537fafd61e5131c6616137c2c3579c8c88de1 Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 24 Jul 2024 08:35:49 +0000 Subject: [PATCH] add more vim options --- .vim/vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index f59ae18..3993832 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -24,6 +24,8 @@ call plug#end() " Line numbers set number set relativenumber +" Cursor line highlight +set cursorline " Terminal title set title " Auto reload changes @@ -43,7 +45,7 @@ set lazyredraw set splitbelow set splitright " Visual bell -" set visualbell +set novisualbell " =====================================