From d81b3c1c37f47fe10f24e50856e6857c0bcbc23b Mon Sep 17 00:00:00 2001 From: Leander <80996591+m0ntagur@users.noreply.github.com> Date: Sat, 13 Aug 2022 00:28:12 +0200 Subject: Delete autopairs.lua --- autopairs.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 autopairs.lua (limited to 'autopairs.lua') diff --git a/autopairs.lua b/autopairs.lua deleted file mode 100644 index f04342b..0000000 --- a/autopairs.lua +++ /dev/null @@ -1,6 +0,0 @@ -local status, autopairs = pcall(require, "nvim-autopairs") -if (not status) then return end - -autopairs.setup({ - disable_filetype = { "TelescopePrompt" }, -}) \ No newline at end of file -- cgit v1.3.1