kickstart.nvim/lua/custom/plugins/eldritch.lua

10 lines
159 B
Lua
Raw Normal View History

2025-02-17 21:23:53 +01:00
return {
'eldritch-theme/eldritch.nvim',
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd [[colorscheme eldritch]]
end,
}