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

Replaced vim grubox theme with gruvbox-community/theme

This commit is contained in:
Ryan Kes 2020-06-14 20:35:01 +02:00
parent 62e6cdf4fa
commit 97a337fc96
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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 {