Files
configs/neovim/lua/plugins/dracula.lua
Luis Freixial be6a2fab10 backup neovim
2025-07-15 16:15:41 +01:00

13 lines
194 B
Lua

return {
-- Install Dracula theme
{ "Mofiqul/dracula.nvim", lazy = false },
-- Tell LazyVim to use it
{
"LazyVim/LazyVim",
opts = {
colorscheme = "dracula",
},
},
}