mattn

Results 1015 comments of mattn

Yes, please send me fix.

As far as I can see that built vimscript-language-server on my environment, following executable should be used for. vimscript-format vimscript-language-server vimscript-lint lsp-tee

What method do you use to install? I did simply `cargo build`.

No use default config file is intended. But I'll wait anyone's opinions.

The gzipped file seems to be broken? ![image](https://user-images.githubusercontent.com/10111/200613162-5d66da31-4676-4896-beb2-c0b0074b295d.png)

I suspect that this modification will make it even worse. Current implementation: test.c ``` #include int main(int argc, char* argv[]) { int i = 0; for (i = 0; i...

What do you mean "all" ? The entries in settings.json ?

Yes. However, some LSP servers require commands for installation. For example, typescript-language-server require npm command. Probably, the missing servers are not shown since you dont have the command.

Hmm, formatting does not modify outputs. https://github.com/mattn/efm-langserver/blob/34b8f5bf9c80a361c56245131fa23b197f94b293/langserver/handle_text_document_formatting.go#L135