starter/lua/plugins/colorschema.lua

13 lines
181 B
Lua
Raw Normal View History

2024-09-08 23:35:50 +08:00
return {
-- add dracula
{ "Mofiqul/dracula.nvim" },
-- Configure LazyVim to load dracula
{
"LazyVim/LazyVim",
opts = {
colorscheme = "dracula",
},
},
}