add more plugins and change theme

This commit is contained in:
CaseyStratton 2023-04-30 18:02:24 -05:00
parent b292e2a418
commit 2222eb9b35
5 changed files with 33 additions and 12 deletions

View file

@ -0,0 +1,8 @@
return {
'catppuccin/nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'catppuccin'
end,
}