nvim/lua/custom/plugins/autopairs.lua
Lucas Barbieri 6afe9d61c3 add the rest of my config
pretty much all of it, i just need to probably add some sort of barbar.nvim thingy or bufferline, idk.
2023-08-01 20:43:02 -03:00

8 lines
163 B
Lua

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