mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
So far, this is just based on mightymac. The other devices will be updated soon.
8 lines
136 B
Lua
8 lines
136 B
Lua
return {
|
|
"Mofiqul/dracula.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
vim.cmd.colorscheme("dracula")
|
|
end,
|
|
}
|