Skip to content

Commit

Permalink
docs: comparison to efm-langserver
Browse files Browse the repository at this point in the history
close iamcco#31
  • Loading branch information
weakish committed Jan 26, 2024
1 parent a5c9565 commit 1af8f05
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,19 @@ coc-settings.json:

## References

- inspired by [efm-langserver](https://github.com/mattn/efm-langserver)
Inspired by [efm-langserver](https://github.com/mattn/efm-langserver).

| | diagnostic-languageserver | efm-langserver |
| - | - | - |
| linter | :white_check_mark: | :white_check_mark: |
| formatter | :white_check_mark: | :white_check_mark: |
| `node_modules/.bin` | :white_check_mark: | :o: |
| spell "severity" correctly | [:o:][#83] | :white_check_mark: |
| lint format match | regex | [errorformat] |
| Language | Go | TypeScript |

[errorformat]: https://vimhelp.org/quickfix.txt.html#errorformats
[#83]: https://github.com/iamcco/diagnostic-languageserver/issues/83

### Buy Me A Coffee ☕️

Expand Down

0 comments on commit 1af8f05

Please sign in to comment.