Fix bug in lazyvim plugin file

This commit is contained in:
KaasKop-
2024-04-01 16:39:14 +02:00
parent 2a3d989605
commit f00b5fd2bd

View File

@@ -5,6 +5,9 @@ return {
-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",
dependencies = {
"ellisonleao/gruvbox.nvim",
},
opts = {
colorscheme = "gruvbox",
},