From a90f9eeb24761663b2d82e28b262f1399a06c068 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 14 Mar 2022 10:19:19 -0700 Subject: switch vim colors bc the package is broken on nixpkgs --- lib/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/vimrc') diff --git a/lib/vimrc b/lib/vimrc index 7aabb36..2fee2f4 100644 --- a/lib/vimrc +++ b/lib/vimrc @@ -114,7 +114,8 @@ call plug#begin('~/.vim/plugged') Plug 'wfxr/minimap.vim' call plug#end() -colorscheme monokai-phoenix +set background=dark +colorscheme flattened_dark " disable my color scheme, it doesn't work with vimdiff "let g:colors_name = 'bs_monochrome' " -- cgit v1.2.3