From afbf49f0a65a0ea77ecba455f17f592efe3089d8 Mon Sep 17 00:00:00 2001 From: Leander <80996591+m0ntagur@users.noreply.github.com> Date: Sat, 13 Aug 2022 00:27:04 +0200 Subject: Add files via upload --- autopairs.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 autopairs.lua (limited to 'autopairs.lua') diff --git a/autopairs.lua b/autopairs.lua new file mode 100644 index 0000000..f04342b --- /dev/null +++ b/autopairs.lua @@ -0,0 +1,6 @@ +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