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