Skip to content

Commit

Permalink
Add Helix configuration to installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarrk authored and DetachHead committed Sep 4, 2024
1 parent b4b859d commit 7f1edd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,15 @@ configure it to use basedpyright by specifying the path to the `basedpyright-lan

![](https://github.com/user-attachments/assets/accfc498-825c-4c39-9e2c-35195c41fd67)

### Helix

Install the LSP server itself, using the [pypi package installation method](#command-line--language-server) (as mentioned previously in this section).
Then add the following to your [languages file](https://docs.helix-editor.com/languages.html):

```toml
[[language]]
name = "python"
language-servers = [ "basedpyright" ]
```

You can verify the active configuration by running `hx --health python`

0 comments on commit 7f1edd8

Please sign in to comment.