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

Bug(Nvim): neovim hangs on pressing :! #18

Open
PrashanthaTP opened this issue Dec 18, 2021 · 1 comment
Open

Bug(Nvim): neovim hangs on pressing :! #18

PrashanthaTP opened this issue Dec 18, 2021 · 1 comment
Labels
bug? Bug but doubtful

Comments

@PrashanthaTP
Copy link
Owner

PrashanthaTP commented Dec 18, 2021

Target : Neovim 0.6.0
Plugin: nvim-cmp

Description:

  • Neovim hangs when trying to run shell commands :! <cmd>
  • it becomes unresponsive just after typing !

Related Issues

Edit March 5,2022

@PrashanthaTP
Copy link
Owner Author

May be this one is related to nvim-cmp completion source : cmdline with :

cmp.setup.cmdline(":", {
sources = cmp.config.sources({{name = "path"}}, {{name = "cmdline"}})
})

PrashanthaTP added a commit that referenced this issue Jan 1, 2022
removed 'cmdline' from nvim-cmp sources as a temporary fix.

Parital-Bug: #18
@PrashanthaTP PrashanthaTP added the bug? Bug but doubtful label Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug? Bug but doubtful
Projects
None yet
Development

No branches or pull requests

1 participant