feat: autopairs is working

This commit is contained in:
Devin Haska 2024-06-06 22:58:54 -07:00
parent 1ac79d0495
commit f6718d4c2b
No known key found for this signature in database

View file

@ -33,9 +33,10 @@ return {
}, },
}, },
{ {
-- TODO: Figure out why this plugin is not working.
"windwp/nvim-autopairs", "windwp/nvim-autopairs",
event = "VeryLazy", event = "InsertEnter",
opts = {}, opts = {
disable_filetype = { "TelescopePrompt" },
},
}, },
} }