vim-rescript icon indicating copy to clipboard operation
vim-rescript copied to clipboard

Omni completion doesn't work: complete/completion mismatch

Open ilaitinen opened this issue 3 years ago • 1 comments

vim-rescript tries to use complete:

https://github.com/rescript-lang/vim-rescript/blob/faeeb2deef1ad0ec67fc892ceeb9949f3bf2d77c/autoload/rescript.vim#L346

The underlying rescript-editor-analysis.exe expects completion:

https://github.com/rescript-lang/rescript-vscode/blob/master/analysis/src/Cli.ml#L66

ilaitinen avatar Feb 08 '22 14:02 ilaitinen

Yeah that was a legit change from this commit which I didn't notice until now: https://github.com/rescript-lang/rescript-vscode/commit/d8183100dc58bb9c5efd3711c1fb3eae301ffa80

Since we are vendoring the language server right now, we may even change this right after updating to the latest LSP.

ryyppy avatar Dec 15 '22 09:12 ryyppy