10 lines
181 B
Lua
10 lines
181 B
Lua
![]() |
return {
|
||
|
"windwp/nvim-autopairs",
|
||
|
event = "InsertEnter",
|
||
|
config = function()
|
||
|
require("nvim-autopairs").setup({
|
||
|
disable_filetype = { "TelescopePrompt", "vim" },
|
||
|
})
|
||
|
end,
|
||
|
}
|