iamcco / vim-language-server

VImScript language server, LSP for vim script
507 stars 17 forks source link

the matcher to filter compl items only 'fuzzy' ? #89

Closed Shane-XB-Qian closed 1 year ago

Shane-XB-Qian commented 1 year ago

Describe the bug image

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.

Shane-XB-Qian commented 1 year ago

let it be..