feat: autopairs is working

This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent 1b55bf3fdd
commit da5f2dec55

View file

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