all repos

init.lua @ b0fd83d9ad0d68260e0d01c34ea3873e55cec24d

my nvim config
2 files changed, 2 insertions(+), 1 deletions(-)
feat(autopairs): disable for `clojure` ft
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-08-20 16:08:34 +0300
Parent: f2a58f7
M lua/configs/autopairs.lua

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

require("nvim-autopairs").setup { check_ts = true, + disable_filetype = { "clojure" }, }
M lua/plugins.lua

@@ -85,7 +85,7 @@ { "p00f/nvim-ts-rainbow", after = "nvim-treesitter" },

}, } - -- lisp' + -- '(lisp) use { "Olical/conjure", ft = { "clojure", "fennel" },