all repos

init.lua @ 75cd17f

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