From 707194c51312af43e18cffee29ef9ecf4881c015 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Wed, 25 Feb 2026 14:20:42 +0000 Subject: [PATCH] README: Fix Helix file typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66afbcd..71e476b 100644 --- a/README.md +++ b/README.md @@ -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]