5 lines
153 B
Lua
5 lines
153 B
Lua
vim.pack.add({
|
|
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
|
|
{ src = "https://github.com/neogitorg/neogit", name = "neogit" },
|
|
})
|