From 393de81dc1f2551371cfb2c67fdf9f705ca96428 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 29 Jan 2019 07:34:57 +0000 Subject: [PATCH] vim: replace vim-colorschemes with simply gruvbox vim-colorschemes has colorschemes that conflict on case insensitive filesystems and has refused to fix this. I've settled for gruvbox anyway --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index fd2e8f9..5ba99d3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -53,7 +53,7 @@ Plug 'vim-scripts/replacewithregister' Plug 'vim-scripts/yankring.vim' " colorschemes -Plug 'flazz/vim-colorschemes' +Plug 'morhetz/gruvbox' " snippets Plug 'sirver/ultisnips' -- 2.48.1