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 {