require("nvim-autopairs").setup({ check_ts = true, disable_filetype = { "TelescopePrompt", "neo-tree" }, ts_config = { lua = { "string", "source" }, }, fast_wrap = { map = "", chars = { "{", "[", "(", '"', "'" }, pattern = string.gsub([[ [%'%"%)%>%]%)%}%,] ]], "%s+", ""), offset = 0, end_key = "$", keys = "qwertyuiopzxcvbnmasdfghjkl", check_comma = true, highlight = "PmenuSel", highlight_grey = "LineNr", }, })