YurkoHoshko / helix_zk_notebook

Playground for my notes setup
9 stars 0 forks source link

'Bad language config' error #1

Closed quesada closed 5 months ago

quesada commented 7 months ago

After adding lk to ~/local/bin and copypasting your languages.toml, I get:

 hx config.toml
Bad language config: unknown field `language-server`, expected one of `name`, `language-id`, `scope`, `file-types`, `shebangs`, `roots`, `comment-token`, `text-width`, `soft-wrap`, `auto-format`, `formatter`, `diagnostic-severity`, `grammar`, `injection-regex`, `language-servers`, `indent`, `debugger`, `auto-pairs`, `rulers`, `workspace-lsp-roots`
in `language`

Any idea why? Thanks!

YurkoHoshko commented 7 months ago

Hi!

Helix editor changed the config structure a little while ago - need to push up updated configs.

thanks for calling it out :)

YurkoHoshko commented 5 months ago

FYI: I think it should be fixed now. Feel free to re-open if you see other issues.