nvim/lua/custom/plugins/autopairs.lua

8 lines
163 B
Lua
Raw Permalink Normal View History

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