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