stop 'em all

This commit is contained in:
itsscb 2025-05-26 18:53:01 +00:00
parent 340d849be1
commit 4c13dc8d39

View File

@ -11,6 +11,6 @@ return {
-- If you want to automatically add `(` after selecting a function or method
local cmp_autopairs = require 'nvim-autopairs.completion.cmp'
local cmp = require 'cmp'
cmp.event:on('confirm_done', cmp_autopairs.on_confirm_done())
-- cmp.event:on('confirm_done', cmp_autopairs.on_confirm_done())
end,
}