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.neogit')
|
||||
require('config.oil')
|
||||
require('config.autopairs')
|
||||
|
||||
+2
-1
@@ -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" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user