mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
13 lines
202 B
Lua
13 lines
202 B
Lua
return {
|
|
-- add dracula
|
|
-- { "Mofiqul/dracula.nvim" },
|
|
|
|
-- Configure LazyVim to load dracula
|
|
-- {
|
|
-- "LazyVim/LazyVim",
|
|
-- opts = {
|
|
-- colorscheme = "dracula",
|
|
-- },
|
|
-- },
|
|
}
|