working version after update

This commit is contained in:
Oluwatobi 2024-08-01 15:38:10 +01:00
parent a963cb7284
commit 00ed47465d
17 changed files with 288 additions and 158 deletions

View file

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