14 lines
247 B
Lua
14 lines
247 B
Lua
return {
|
|
-- add gruvbox
|
|
{ "Mofiqul/dracula.nvim" },
|
|
--{ "ellisonleao/gruvbox.nvim" },
|
|
|
|
-- Configure LazyVim to load gruvbox
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "dracula",
|
|
},
|
|
},
|
|
}
|