From 252cea169185f5a57acb6913f622950bb27458f8 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 11 Jun 2023 23:21:38 +0200 Subject: Drop support for vim, cleanup nvim config --- vim/colors/jellybeans+.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 vim/colors/jellybeans+.vim (limited to 'vim/colors/jellybeans+.vim') diff --git a/vim/colors/jellybeans+.vim b/vim/colors/jellybeans+.vim deleted file mode 100644 index 00702b7..0000000 --- a/vim/colors/jellybeans+.vim +++ /dev/null @@ -1,6 +0,0 @@ -runtime colors/jellybeans.vim -let g:colors_name = "jellybeans+" - -hi VertSplit guibg=#888888 -hi StatusLine guibg=#cccccc guifg=#000000 -hi StatusLineNC guibg=#888888 guifg=#000000 -- cgit