Public Midgard fork of Matts966/efm-langserver-vscode; maintained only for estate formatter integration.
- TypeScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| .tool-versions | ||
| .vscodeignore | ||
| index.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
efm-langserver-vscode
VSCode extension for mattn/efm-langserver.
The extension registers EFM as VS Code's document-formatting provider. Enable
editor.formatOnSave (globally or by language) to use it on save.
Requirements
- Installation of efm-langserver executable
config.yamlsetting
On Unix, EFM loads $XDG_CONFIG_HOME/efm-langserver/config.yaml. The estate's
Nix configuration generates that file from its shared formatter registry, so
VS Code and Nixvim use the same formatter policy.