This commit is contained in:
2025-06-05 21:29:46 -05:00
parent b83728bbb9
commit 6749dca60a

View File

@@ -13,7 +13,8 @@ return {
end end
} }
-- load the colorscheme here -- load the colorscheme here
vim.cmd([[colorscheme catppuccin]]) -- vim.cmd([[colorscheme catppuccin]])
require('catppuccin').load()
end end
} }
-- { -- {