dotfiles/.config/nvim/lua/plugins/autopairs.lua
2024-08-25 07:52:04 +03:00

7 lines
144 B
Lua

return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
opts = {
disable_filetype = { "TelescopePrompt", "vim" },
},
}