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
|
* 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
|
||||||
|
@ -46,11 +46,12 @@
|
|||||||
" }
|
" }
|
||||||
|
|
||||||
" 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()
|
||||||
" }
|
" }
|
||||||
|
|
||||||
" General {
|
" General {
|
||||||
|
Loading…
Reference in New Issue
Block a user