AndCake / micro-plugin-lsp

An LSP Client implementation for the Micro Editor
MIT License
160 stars 19 forks source link

doesn't work with dart #60

Open huanmoon opened 1 month ago

huanmoon commented 1 month ago

this plugin looks SOOOOO GREAT but sadly when I'm trying to use dart it doesn't work at all

"lsp.autocompleteDetails": true,
    "lsp.formatOnSave": false,
    "lsp.ignoreMessages": "LS message1 to ignore|LS message 2 to ignore|...",
    "lsp.ignoreTriggerCharacters": "completion,signature",
    "lsp.server": "dart=dart language-server, c++=clangd",
    "lsp.tabcompletion": true,

this is my config but it doesn't work at all thanks in advance!!! =)

AndCake commented 1 month ago

Can you try using the latest version on the master branch for this? It's currently unreleased but should work better. Let me know if this works for you.

Edit: is has now been released as version v0.6.3