From: Samir Benmendil Date: Tue, 29 Jan 2019 07:34:57 +0000 (+0000) Subject: vim: replace vim-colorschemes with simply gruvbox X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/393de81dc1f2551371cfb2c67fdf9f705ca96428?ds=inline 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 --- 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'