all repos

init.lua @ a320e23170ce1921fad80d70c999b2e904ec3777

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