old configuration

This commit is contained in:
CJSatnarine
2025-12-14 20:45:53 -05:00
commit c8b2f86499
25 changed files with 958 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- Catppuccin theme plugin.
return {
"catppuccin/nvim",
lazy = false,
name = "catppuccin",
priority = 1000,
config = function()
-- vim.cmd.colorscheme "catppuccin"
end
}