haorenW1025
haorenW1025
Yes, just don't use the `set_loclist` function. Maybe you'll have to look at `runtime/lua/vim/lsp/util.lua` of neovim's source code, those util function (`locations_to_items` and `set_loclist`) are defined in there.
Popup menu shouldn't be showing in the default config. Did you enable `completion_trigger_on_delete`? Disabling that will let popup menu disappear when deleting character. I believe the meaning of `completion_timer_cycle` has...
It's definitely possible, I'll try to implement this but it might takes a while.
There is no suggest items because completion in comments are closed by default. You can enable it by ```vim let g:completion_chain_complete_list = { \ 'php' : { \ 'default': [...
Hmm if it also happens with the builtin omnifunc, I suggest opening an issue on neovim cause that should be a problem on their side.
Okay then can you try updating to the latest master branch of neovim and see if it solve your issue? Similar things happen in #73.
Could you give a reproduce step and your testing minimal init.vim? I can't reproduce on my side.
Hmm I have similar issues with lua language server too and this seems to happen when snippet have multiple lines. But I can reproduce this issue on my side without...
> you need to own a license to get this completion. Oh okay...hopefully you can get a good result. The code was a bit messy though.. Feel free to ask...
Hmm this line shouldn't cause any issue cause it's moved from neovim source directly. > i tried to call vim.fn.match with the same params on the cmd but did not...