mydotfiles/nvim/lua/pack.d/theme-dracula.lua

10 lines
161 B
Lua

-- Install using mini.deps
MiniDeps.add({
name = 'theme-dracula',
source = 'Mofiqul/dracula.nvim',
})
-- Sets the theme
vim.cmd[[colorscheme dracula]]