Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The cmp view is not close when enter cmdwin. #94

Open
gh-liu opened this issue May 9, 2023 · 1 comment · May be fixed by #100
Open

The cmp view is not close when enter cmdwin. #94

gh-liu opened this issue May 9, 2023 · 1 comment · May be fixed by #100

Comments

@gh-liu
Copy link

gh-liu commented May 9, 2023

image

@aldevv
Copy link

aldevv commented Jun 9, 2023

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,
})

@aldevv aldevv linked a pull request Jun 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants