Thomas Alcala Schneider e1f34bf549
feat: add more themes
2023-04-03 17:06:12 +02:00

8 lines
120 B
Lua

return {
'rose-pine/neovim',
name = 'rose-pine',
config = function()
vim.cmd 'colorscheme rose-pine'
end,
}