-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add deno lsp support for vim-easycomplete #142
Comments
之前没有考虑如果两个 lsp 共存时的情况,在实现 deno lsp 时就不能单以文件类型来判断 lsp 了,这里在 lsp enable() 时加了一个过滤,以后再考虑多个 lsp 共存时的代码重构。
|
关于 deno 项目的识别: 基于 是否需要增加 ast 级别的判断(TODO)? |
新增对 |
试了下,脚本curl下载安装包的话不会有弹框 |
新增 |
moreinfo:
|
related to #150 |
deno lsp: https://morioh.com/p/84a54d70a7fa
deno lsp 的 completion/signature/lint 是 ok 的,documentation 不可用
重点是两个问题:
The text was updated successfully, but these errors were encountered: