Migrate to vim.pack

This commit is contained in:
2026-08-02 12:00:14 -04:00
parent 1f62ddd4ac
commit 22a1fcb0b5
16 changed files with 795 additions and 663 deletions
+5 -8
View File
@@ -1,8 +1,5 @@
return {
"catppuccin/nvim",
name = "catppuccin",
priority = 1000, -- Load before other plugins so colorscheme is set first
config = function()
vim.cmd("colorscheme catppuccin")
end,
}
vim.pack.add({
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
})
vim.cmd("colorscheme catppuccin")