about summary refs log tree commit diff
path: root/neovim/lua/plugins/autopairs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'neovim/lua/plugins/autopairs.lua')
-rw-r--r--neovim/lua/plugins/autopairs.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/neovim/lua/plugins/autopairs.lua b/neovim/lua/plugins/autopairs.lua
new file mode 100644
index 0000000..261f664
--- /dev/null
+++ b/neovim/lua/plugins/autopairs.lua
@@ -0,0 +1,3 @@
+require('nvim-autopairs').setup({
+  disable_filetype = { "TelescopePrompt" , "vim" },
+})