From e6d82dfaf9c3362db9e29359ad1975deb792f403 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 3 Oct 2025 19:20:44 +0200 Subject: [PATCH] change colorscheme and remove cursorline --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 1a4c5ac..cd87cce 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -12,10 +12,10 @@ set shiftround set nohlsearch set incsearch set guicursor=n-v-c:block-Cursor -set cursorline set autoindent set timeoutlen=100 syntax on +colorscheme elflord nnoremap ,co :copen nnoremap ,cc :cclose