Questions tagged [nvim.cmp]

4 questions
1
vote
1 answer

How to release the Content Completion menu in nvim without pressing Esc?

I'm using hrsh7th/nvim-cmp and some related packages to achieve content completion in nvim However, in some cases which happen enough times, it becomes very cumbersome to use. Not sure if there's a proper way of doing this or not: Assume you just…
Jeff Saremi
  • 2,674
  • 3
  • 33
  • 57
0
votes
0 answers

How to automatic generate variable in neovim like in Jetbrains IDEA

when new a ArrayList in Jetbrains IDEA , like: new ArrayList() then write '.var' at last new ArrayList().var then press Tab,IDEA automatic generate the local variable ArrayList strings = new…
0
votes
0 answers

neovim: how to select last entry on menu opening in nvim-cmp?

How can I get cmp.complete() in nvim-cmp to start from the last entry. This is default behavior in vim. I want nvim-cmp to open on pressing and start from the end of completion list, if its open then select previous entry. works…
hac_ticc
  • 73
  • 1
  • 8
0
votes
0 answers

Neovim code actions list with mason lsp by extension?

Now I use mason to install all the lsp I need, and I use null_ls for diagnostic and fixing code. But I have problems with code actions, for example in jsx code I want to import useState, I call code actions but the list does not always have the…
mr_scrpt
  • 31
  • 3