coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.

Results 206 coq_nvim issues
Sort by recently updated
recently updated
newest added

I have previously used `completion-nvim` plugin as it is no longer maintained and now hopping to use `coq.nvim`. I'm not able to get the `auto_start` working, I have to manually...

There are some empty preview windows probably from the volar LS, I don't remember seeing those when using cmp so I think its a coq issue and not a volar...

I'm working on a setup where on startup my init scripts detect whether dependencies have been installed or not and having a bit of trouble getting it to do what...

Sometimes, coq_nvim enters a state where every key press (in insert mode) triggers this error: ``` cannot start a transaction within a transaction Traceback (most recent call last): File "/Users/wiggles/.local/share/nvim/site/pack/packer/start/coq_nvim/.vars/runtime/lib/python3.9/site-packages/pynvim_pp/logging.py",...

When I type a name of a variable and a space, then every key I press automatically fills in suggestion. I want to type something there. Is there a possibility...

Or, more importantly, how do I configure this behavior? I think the key used to be enter to accept a completion without typing, but now I can't seem to trigger...

Or maybe `COQStop`? Another possible command is `COQToggle` which is self-explanatory. When disabling however, it's probably great to revert the configs that coq have overwritten. https://github.com/ms-jpq/coq_nvim/blob/coq/coq/server/registrants/options.py Related: https://github.com/hrsh7th/nvim-cmp/issues/106 Similar feature...

Hi, I can't seem to get snippets to work properly. In a closed issue 374 I made few comments, but no response - I'm guessing that the visibility of closed...

I wanted to use some of the snippets, for example the `for(auto x : y)` in cpp. When hitting the content gets deleted, even if I do not enter something....

Using coq, sometimes when typing or exiting insert mode in a TypeScript file Neovim freezes for 1-3 seconds, but only when tsserver is in my LSP config: ```lua local nvim_lsp...