2024-02-12 18:49:11 +01:00

9 lines
156 B
Lua

return {
"windwp/nvim-autopairs",
config = function()
require("nvim-autopairs").setup {
disable_filetype = { "TelescopePrompt", "vim" },
}
end,
}