diff options
Diffstat (limited to 'nvim/plugin/autopairs.lua')
| -rw-r--r-- | nvim/plugin/autopairs.lua | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
