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
+1
View File
@@ -0,0 +1 @@
require('nvim-autopairs').setup()
+1
View File
@@ -5,3 +5,4 @@ require('config.pack')
require('config.theme') require('config.theme')
require('config.neogit') require('config.neogit')
require('config.oil') require('config.oil')
require('config.autopairs')
+1
View File
@@ -3,4 +3,5 @@ vim.pack.add({
{ src = "https://github.com/neogitorg/neogit", name = "neogit" }, { src = "https://github.com/neogitorg/neogit", name = "neogit" },
{ src = "https://github.com/stevearc/oil.nvim", name = "oil.nvim" }, { 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" },
}) })
+4
View File
@@ -8,6 +8,10 @@
"rev": "43ea1a0854052e583f647e0b35879f0158a70a78", "rev": "43ea1a0854052e583f647e0b35879f0158a70a78",
"src": "https://github.com/neogitorg/neogit" "src": "https://github.com/neogitorg/neogit"
}, },
"nvim-autopairs": {
"rev": "7b9923abad60b903ece7c52940e1321d39eccc79",
"src": "https://github.com/windwp/nvim-autopairs"
},
"oil.nvim": { "oil.nvim": {
"rev": "b73018b75affd13fa38e2fc94ef753b465f770d7", "rev": "b73018b75affd13fa38e2fc94ef753b465f770d7",
"src": "https://github.com/stevearc/oil.nvim" "src": "https://github.com/stevearc/oil.nvim"