all repos

init.lua @ f6def43d811f6087ca9938b0e9a8ffd94c3e9411

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" },
  },
}