efm-langserver
brew install efm-langserver
v0.0.56
MIT
General purpose Language Server
24
30-day installs · #6367
97
90-day · #5643
552
365-day · #4908
1.5k
★ GitHub stars · updated 5mo ago
Build dependencies
GitHub topics
go
golang
langserver
language-server
Links
- https://github.com/mattn/efm-langserver
- GitHub: mattn/efm-langserver
- Brew formula source: Formula/e/efm-langserver.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "General purpose Language Server",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:15+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "efm-langserver",
"github_default_branch": "master",
"github_last_commit_at": "2026-03-08T02:08:41Z",
"github_readme_excerpt": "# efm-langserver\n\n[](https://github.com/mattn/efm-langserver/actions)\n\nGeneral purpose Language Server that can use specified error message format\ngenerated from specified command. This is useful for editing code with linter.\n\n\n\n* [Installation](#installation)\n* [Usage](#usage)\n + [Configuration](#configuration)\n - [InitializeParams](#initializeparams)\n + [Example for config.yaml](#example-for-configyaml)\n + [Example for DidChangeConfiguration notification](#example-for-didchangeconfiguration-notification)\n* [Client Setup](#client-setup)\n + [Configuration for vim-lsp](#configuration-for-vim-lsp)\n + [Configuration for coc.nvim](#configuration-for-cocnvim)\n + [Configuration for Eglot (Emacs)](#configuration-for-eglot)\n + [Configuration for neovim builtin LSP with nvim-lspconfig](#configuration-for-neovim-builtin-lsp-with-nvim-lspconfig)\n + [Configuration for Helix](#configuration-for-helix)\n + [Configuration for VSCode](#configuration-for-vscode)\n* [License](#license)\n* [Author](#author)\n\n## Installation\n\n```console\ngo install github.com/mattn/efm-langserver@latest\n```\n\nor via [Homebrew](https://brew.sh/):\n```console\nbrew install efm-langserver\n```\n\n## Usage\n\n```text\nUsage of efm-langserver:\n -c string\n path to config.yaml\n -d dump configuration\n -logfile string\n logfile\n -loglevel int\n loglevel (default 1)\n -q Run quieter\n -v Print the version\n```\n\n### Configuration\n\nConfiguration can be done with either a `config.yaml` file, or through\na [DidChangeConfiguration](https://microsoft.github.io/language-server-protocol/specification.html#workspace_didChangeConfiguration)\nnotification from the client.\n`DidChangeConfiguration` can be called any time and will overwrite only provided\nproperties.\n\n`DidChangeConfiguration` only supports V2 configuration and cannot set",
"github_repo": "mattn/efm-langserver",
"github_stars": 1543,
"github_topics": [
"go",
"golang",
"langserver",
"language-server"
],
"homepage": "https://github.com/mattn/efm-langserver",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 24,
"installs_365d": 552,
"installs_90d": 97,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "efm-langserver",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 6367,
"rank_365d": 4908,
"rank_90d": 5643,
"raw_hash": "4febb2bff8f065ff",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/e/efm-langserver.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.0.56",
"versioned_formulae": [],
"why_use_this": null
}