Fix bug in lazyvim plugin file
This commit is contained in:
@@ -5,6 +5,9 @@ return {
|
|||||||
-- Configure LazyVim to load gruvbox
|
-- Configure LazyVim to load gruvbox
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
|
dependencies = {
|
||||||
|
"ellisonleao/gruvbox.nvim",
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
colorscheme = "gruvbox",
|
colorscheme = "gruvbox",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user