Skip to content

Update readme for helix #389

Closed
Closed
@luccahuguet

Description

Firstly, it's amazing that such a cool project has a dedicated session for helix. Exciting stuff.

On to the issue: The helix example on the readme is now a bit outdated

because you can already use multiple language servers as of 23.10 (https://helix-editor.com/news/release-23-10-highlights/)

so the example becomes something like

[[language]]
name = "typescript"
auto-format = true
language-servers = [
  { name = "efm", only-features = ["format", "diagnostics"] },
  { name = "typescript-language-server", except-features = ["format", "diagnostics"] },
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions