I have installed coc.nvim for autocomplete suggestions. When I press backspace key to remove a character dropdown list disappears and I have to press tab key everytime to trigger dropdown list. How can I set it to trigger dropdown list automatically even if I delete characters like in vscode?
Asked
Active
Viewed 270 times
0
-
I'm a beginner with neovim but my config seems to be working, do you use neovim lsp built in feature ? Can you share your settings ? – Vincent Rouilhac Sep 20 '22 at 21:08
-
yes of course I've added my init.vim screenshot. You will see the link. If not then refresh the page. I would really appreciate your help – Max Lyoto Sep 20 '22 at 21:25
-
I switched my config to use lua :/ but if you are interesed i still can link you my dotfiles repository so you can inspire yourself with my neovim config, my lsp config is very strong, great autocompletion and what you are asking for too but i'll try to find an answer for your .vimrc – Vincent Rouilhac Sep 20 '22 at 21:30
-
Thanks a lot! I'll try lua if nothing helps. – Max Lyoto Sep 20 '22 at 21:40
-
Sorry, i could not manage to find an anwser but here is my dotfiles with neovim if you want inspiration, it is ganular and well splitted so you can understand https://github.com/vrouilhac/dotfiles/tree/master/neovim – Vincent Rouilhac Sep 20 '22 at 21:50
-
Now I realize that it is pretty hard for me to set things up from ground zero at this point. And unexpectedly Lunarvim has happened to be pretty good. All essential things are preinstalled and I haven't met any errors or bugs yet. it feels like I have Neovim on steroids – Max Lyoto Sep 22 '22 at 11:38