Files
dotfiles/.config/nvim/lua/plugins/dracula.lua
DefectingCat a4a4077578 Init
2023-03-20 15:04:06 +08:00

13 lines
202 B
Lua

return {
-- add dracula
-- { "Mofiqul/dracula.nvim" },
-- Configure LazyVim to load dracula
-- {
-- "LazyVim/LazyVim",
-- opts = {
-- colorscheme = "dracula",
-- },
-- },
}