However, if you copy+paste this into ~/.config/helix/config.toml, helix shows this error on startup:
Bad config: unknown field `cursor-shape`, expected one of `scrolloff`, `scroll-lines`, `mouse`, `shell`, `line-number`, `middle-click-paste`, `smart-case`, `auto-pairs`, `auto-completion`, `idle-timeout`, `completion-trigger-len`, `auto-info`, `file-picker`, `true-color` for key `editor` at line 7 column 1
Press <ENTER> to continue with default config
The reason is that the cursor-shape config option was introducedafter the latest version, helix v0.6.0. The book published at https://docs.helix-editor.com should reflect the state of the current version, not of the master branch.
Yeah it builds against latest master instead of the release. I could use some help with the Github Actions set up so we'd have two different builds for stable & master.
Go to https://docs.helix-editor.com/configuration.html. It includes the following example config:
However, if you copy+paste this into
~/.config/helix/config.toml
, helix shows this error on startup:The reason is that the
cursor-shape
config option was introduced after the latest version, helix v0.6.0. The book published at https://docs.helix-editor.com should reflect the state of the current version, not of the master branch.