ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.49k stars 96 forks source link

Typing after selecting a completion breaks the snippet #468

Open SamWilsn opened 2 years ago

SamWilsn commented 2 years ago

Let me preface this by saying this is my first foray into snippet plugins in neovim, so it's entirely possible I've misconfigured something.

https://user-images.githubusercontent.com/57262657/159146464-eeb3dd0e-7b82-4808-881c-ac8a796d3a90.mp4

  1. Type Self::
  2. Press <Tab>
  3. Type hello
  4. Press <C-h>
  5. Type arg1
  6. Press <C-h>
  7. Type arg2

Versions:

NVIM v0.6.1 rust-analyzer f1d7f98ed 2021-09-20 stable nvim-treesitter fd92e70 nvim-lspconfig 710deb0 coq.artifacts 8782ab5 coq_nvim 57ce7708

If it would be helpful, I can try to reduce this to a minimal example.

felipejoribeiro commented 2 years ago

I have the same problem