all repos

init.lua @ ba600c74ecd45936886d9b0449d3fedf44f4c892

my nvim config

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

1
2
3
4
require("nvim-autopairs").setup {
  check_ts = true,
  disable_filetype = { "TelescopePrompt" },
}