feat: auto-pairs

This commit is contained in:
Ian
2026-06-30 23:09:34 +02:00
parent a99eab400f
commit 2ece932eb9
4 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ vim.pack.add({
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
{ src = "https://github.com/neogitorg/neogit", name = "neogit" },
{ src = "https://github.com/stevearc/oil.nvim", name = "oil.nvim" },
{ src = "https://github.com/nvim-tree/nvim-web-devicons", name = "web-dev-devicons"},
{ src = "https://github.com/nvim-tree/nvim-web-devicons", name = "web-dev-devicons" },
{ src = "https://github.com/windwp/nvim-autopairs", name = "nvim-autopairs" },
})