all repos

init.lua @ 75cd17fe1253e89ab23dea3109cf9f29a42b78e0

my nvim config

init.lua/lua/plugins/autopairs.lua(view raw)

1
2
3
4
5
6
7
8
return {
  "windwp/nvim-autopairs",
  event = "InsertEnter",
  opts = {
    check_ts = true,
    disable_filetype = { "TelescopePrompt" },
  },
}