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

Fixes #497 I'm not too sure if it works for Windows, but it works great on Intel & Apple Silicon Macs!

Fix nerdtree compatibility issue caused due to method name collision. Fixes #471

Hi, my proposed changes to address issue #491

This is my idea to have the manual complete keymapping only in insert mode, but still have the current way as a default. Reference: #438

Ref: https://github.com/ms-jpq/coq_nvim/issues/358

Lines can be empty. Example: ``` instructions: [ EditInstruction(primary=False, begin=(7, 106), end=(8, 0), cursor_yoffset=3, cursor_xpos=-1, new_lines=['', 'use App\\Modules\\Interior\\Modules\\Payment\\Payable\\Session\\Actions\\Session\\Pay\\PreparationPayAction as PayPreparationPayAction;', '']), EditInstruction(primary=True, begin=(12, 12), end=(12, 32), cursor_yoffset=0, cursor_xpos=35, new_lines=['PayPreparationPayAction']) ]...

Stop complete after some chars or symbols set, it's useful in pre_select mode. Fixes: https://github.com/ms-jpq/coq_nvim/issues/412

Hey! This PR introduces an alternative way to order the completion results. This idea was already suggested by @elkowar in #92 and by me in #241. I've read the discussion...

- This resolved an installation blocker on my machine. - Separately: I noticed that the `aarch64-apple-darwin` binary is missing from `update.tabnine.com`, possibly a problem on their side. I haven't taken...

This at least puts a plaster or band-aid over #444 by using get to set a default for a missing pattern. Now it could be that this covers up a...