Open gh-liu opened 1 year ago
happens to me too, I was able to fix it by adding this autocmd:
vim.api.nvim_create_autocmd("CmdWinEnter", { callback = function() require("cmp").close() end, })