Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ If quickfix code actions are not showing up for specific languages, ensure your

Codebook can also be enabled for the [Helix
editor](https://helix-editor.com/) by adding the LSP to the
[language.toml](https://docs.helix-editor.com/languages.html) configuration
[languages.toml](https://docs.helix-editor.com/languages.html) configuration
file.

First, [install Codebook](#installation), and ensure that `codebook-lsp` is installed into your `$PATH`.

Then, add into the Helix config file:
Then, add into the Helix `languages.toml` configuration file:

```toml
[language-server.codebook]
Expand Down