kickstart.nvim/lua/custom/plugins/theme.lua

8 lines
114 B
Lua

return {
'sainnhe/everforest',
priority = 1000,
config = function()
vim.cmd.colorscheme 'everforest'
end,
}