]> git.rmz.io Git - dotfiles.git/commitdiff
vim: replace vim-colorschemes with simply gruvbox
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Tue, 29 Jan 2019 07:34:57 +0000 (07:34 +0000)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Tue, 29 Jan 2019 07:34:57 +0000 (07:34 +0000)
vim-colorschemes has colorschemes that conflict on case insensitive
filesystems and has refused to fix this.

I've settled for gruvbox anyway

vim/vimrc

index fd2e8f9d01096a31ddfb9e58c951e148e910cd4e..5ba99d32505eafa369cc50a2e7dc34633df834c1 100644 (file)
--- 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'