feat: auto-pairs
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
require('nvim-autopairs').setup()
|
||||||
@@ -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')
|
||||||
|
|||||||
@@ -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" },
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user