local status, autopairs = pcall(require, "nvim-autopairs") if (not status) then return end autopairs.setup{ disable_filetype = { "TelescopePrompt" , "vim" }, ignored_next_char = string.gsub([[ [%w%%%'%[%"%.] ]],"%s+", ""), }