micro-plugin-lsp icon indicating copy to clipboard operation
micro-plugin-lsp copied to clipboard

doesn't work with dart

Open huanmoon opened this issue 10 months ago • 1 comments

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!!! =)

huanmoon avatar Apr 28 '24 12:04 huanmoon