add autopairs and debug

This commit is contained in:
Gustavo Silva 2023-05-24 23:16:13 +02:00 committed by Gustavo Silva (es00679121_prosegur)
parent c3994e069c
commit 9225d6e39b
7 changed files with 214 additions and 16 deletions

View file

@ -0,0 +1,8 @@
return {
"windwp/nvim-autopairs",
config = function()
require("nvim-autopairs").setup {
disable_filetype = { "TelescopePrompt", "vim" },
}
end,
}