diff options
Diffstat (limited to 'neovim/lua/plugins/autopairs.lua')
-rw-r--r-- | neovim/lua/plugins/autopairs.lua | 3 |
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" }, +}) |