9 lines
156 B
Lua
9 lines
156 B
Lua
return {
|
|
"windwp/nvim-autopairs",
|
|
config = function()
|
|
require("nvim-autopairs").setup {
|
|
disable_filetype = { "TelescopePrompt", "vim" },
|
|
}
|
|
end,
|
|
}
|