all repos

init.lua @ 53feeb88dcc51a9639c2e79c399fd9dca5cee8f6

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