Anton Kavalkou
Anton Kavalkou
I've ran into the same problem. I'm using vsinp as snipping engine. And popup with signature is not show when I'm in select mode inside of snippet. It is not...
Just to be clear, signature will be shown only after you press `` or `` to navigate to another snippet placeholder. So the very first placeholder which vsnip selects still...
It might be a good chance that telescope users also use https://github.com/hrsh7th/nvim-cmp . It is possible to do such completions via nvim-cmp plugin. Here is an example of how to...
hi @scaladevspark, which image do using? Try to use one from this issue https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/1334
@scaladevspark, I think the only reason is for you and me to suffer)) Glad that I could help
Hey @ckipp01! I'm taking a look into `metals-update-test-explorer` client command since neither `metals.discover-test-suites` nor `metals.discover-tests` server commands seem to work for me. I see that metals sends me the data...
Maybe try changing `BufWritePre` to `BufWritePost`. I think that might help. I see that `BufWritePost` is triggered after writing the whole buffer to a file. You can read more if...
I have the same problem. And also would like to have this configurable. In the mean time I put this autocmd into my neovim configuraion. It seems to do the...
I managed to achieve desired behaviour with `TAPPING_TERM_PER_KEY` and `HOLD_ON_OTHER_KEY_PRESS_PER_KEY`. This way when I hold mod tap key longer then it's tapping term and release it no keycodes are send...
@oliverguenther, thank you a lot. It works! Can we maybe add config option for this? So users can just configure desired behavior without building from source?