From f60b4dc97bf7204a5bc3fe316df2ce4bd709babd Mon Sep 17 00:00:00 2001 From: Leander <80996591+m0ntagur@users.noreply.github.com> Date: Sat, 22 Jul 2023 15:38:23 +0200 Subject: Delete nvim directory --- nvim/plugin/autopairs.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 nvim/plugin/autopairs.lua (limited to 'nvim/plugin/autopairs.lua') diff --git a/nvim/plugin/autopairs.lua b/nvim/plugin/autopairs.lua deleted file mode 100644 index f04342b..0000000 --- a/nvim/plugin/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