mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 07:04:47 +00:00
7 lines
No EOL
131 B
Lua
7 lines
No EOL
131 B
Lua
return {
|
|
"windwp/nvim-autopairs",
|
|
event = "InsertEnter",
|
|
config = function()
|
|
require("nvim-autopairs").setup({})
|
|
end,
|
|
} |