From daa0278c5a13d236bf7f3d7e511b2a0a62813d9c Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sun, 14 Jun 2020 20:37:06 +0200 Subject: [PATCH] use gruvbox community edition --- README.org | 2 +- neovim/.config/nvim/init.vim | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 5f08766..c86ae61 100644 --- a/README.org +++ b/README.org @@ -83,7 +83,7 @@ A repository of my personal server configuration files. * Neovim ** Theme -- [[https://github.com/morhetz/gruvbox][gruvbox]] +- [[https://github.com/gruvbox-community/gruvbox-][gruvbox]] ** Plugin Manager - [[https://github.com/junegunn/vim-plug][vim-plug]] ** Plugins diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index 40ce011..cadb4c2 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -45,11 +45,12 @@ " } " UI { - Plug 'morhetz/gruvbox' + Plug 'gruvbox-community/gruvbox' " This has to be loaded last to work Plug 'ryanoasis/vim-devicons' " } - call plug#end() + + call plug#end() " } " General {