1, had set 'initializationOptions': { 'isNeovim': v:false } so this 'nvim...' (function) item where it from? i am using official vim.
2, the matcher at this server side only 'fuzzy'? and did not take count of chars seq? obviously this prompt item no 'snip' seq.
To Reproduce
1, i typed 'snip'
2, it prompt that 'nvim...' item
Expected behavior
expected that 'nvim...' item not prompt specially if using official vim,
and the 'fuzzy' matcher looks not work well which should be refined.
Describe the bug
1, had set
'initializationOptions': { 'isNeovim': v:false }
so this 'nvim...' (function) item where it from? i am using official vim. 2, the matcher at this server side only 'fuzzy'? and did not take count of chars seq? obviously this prompt item no 'snip' seq.To Reproduce 1, i typed 'snip' 2, it prompt that 'nvim...' item
Expected behavior expected that 'nvim...' item not prompt specially if using official vim, and the 'fuzzy' matcher looks not work well which should be refined.