From eb1e6c6c345c4a588c28d2937949adc1b440133f Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 2 Sep 2025 10:12:27 +0100 Subject: =?UTF-8?q?=F0=9F=A6=84org:=20now=20using=20an=20org=20document=20?= =?UTF-8?q?to=20configure=20nvim.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I know I messed up --- lua/plugins/autopairs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/autopairs.lua') diff --git a/lua/plugins/autopairs.lua b/lua/plugins/autopairs.lua index 34de81c..ee1683f 100644 --- a/lua/plugins/autopairs.lua +++ b/lua/plugins/autopairs.lua @@ -3,7 +3,7 @@ return { event = "InsertEnter", config = function() require("nvim-autopairs").setup({ - check_ts = true, -- Enable autopairs for treesitter + check_ts = true, }) end, } -- cgit v1.2.3