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:
parent
62e6cdf4fa
commit
97a337fc96
@ -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
|
||||
|
@ -46,10 +46,11 @@
|
||||
" }
|
||||
|
||||
" UI {
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'gruvbox-community/gruvbox'
|
||||
" This has to be loaded last to work
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
" }
|
||||
|
||||
call plug#end()
|
||||
" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user