diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index a92a4158..e957212f 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -277,7 +277,7 @@ auto-format = true formatter = { command = "goimports" } comment-token = "//" block-comment-tokens = { start = "/*", end = "*/" } -language-servers = ["gopls", "typos-lsp", "scls"] +language-servers = ["gopls", "typos-lsp", "scls", "codebook", "typos-lsp"] # TODO: gopls needs utf-8 offsets? indent = { tab-width = 4, unit = "\t" }