1 files changed,
1 insertions(+),
1 deletions(-)
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" }, }