From 97a337fc9608407ea37ed5eea702a7146c27d81e Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Sun, 14 Jun 2020 20:35:01 +0200 Subject: [PATCH] Replaced vim grubox theme with gruvbox-community/theme --- 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 4f3db03..c49d6a9 100644 --- a/README.org +++ b/README.org @@ -140,7 +140,7 @@ A repository of my personal 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 6a0b5e7..b1c3ff3 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -46,11 +46,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 {