all repos

init.lua @ fe09808cd61cf03d79e8c149c2f3dffb93342fd3

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(autopairs): disable for telescope.nvim prompt
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-10-13 00:14:24 +0300
Parent: 1a4950f
M lua/configs/autopairs.lua

@@ -1,4 +1,4 @@

require("nvim-autopairs").setup { check_ts = true, - disable_filetype = { "clojure" }, + disable_filetype = { "clojure", "TelescopePrompt" }, }