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:
parent
e8d118bd2b
commit
daa0278c5a
@ -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
|
||||||
|
@ -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()
|
||||||
" }
|
" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user