From 8dd9c87d4d8c2f35f7ef26fe19d3330235abdfb7 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Jan 2025 16:20:22 -0600 Subject: Use the Dark2 vim theme instead of 256-grayvim --- nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/init.vim b/nvim/init.vim index cdf9b33..812bf3e 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -62,7 +62,7 @@ set showmatch " Highlight matching brace set number set relativenumber -colorscheme 256-grayvim +colorscheme Dark2 set hlsearch " Highlight all search results set smartcase " Enable smart-case search -- cgit v1.2.3