lazyvim/lua/plugins/dracula.lua

14 lines
247 B
Lua
Raw Normal View History

2024-04-03 07:57:24 +02:00
return {
-- add gruvbox
{ "Mofiqul/dracula.nvim" },
--{ "ellisonleao/gruvbox.nvim" },
-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",
opts = {
colorscheme = "dracula",
},
},
}