1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

use gruvbox community edition

This commit is contained in:
Ryan Kes 2020-06-14 20:37:06 +02:00
parent e8d118bd2b
commit daa0278c5a
2 changed files with 4 additions and 3 deletions

View File

@ -83,7 +83,7 @@ A repository of my personal server configuration files.
* Neovim * Neovim
** Theme ** Theme
- [[https://github.com/morhetz/gruvbox][gruvbox]] - [[https://github.com/gruvbox-community/gruvbox-][gruvbox]]
** Plugin Manager ** Plugin Manager
- [[https://github.com/junegunn/vim-plug][vim-plug]] - [[https://github.com/junegunn/vim-plug][vim-plug]]
** Plugins ** Plugins

View File

@ -45,10 +45,11 @@
" } " }
" UI { " UI {
Plug 'morhetz/gruvbox' Plug 'gruvbox-community/gruvbox'
" This has to be loaded last to work " This has to be loaded last to work
Plug 'ryanoasis/vim-devicons' Plug 'ryanoasis/vim-devicons'
" } " }
call plug#end() call plug#end()
" } " }