Files
neovim-config/lua/config/pack.lua
T

5 lines
153 B
Lua

vim.pack.add({
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
{ src = "https://github.com/neogitorg/neogit", name = "neogit" },
})