diff --git a/README.md b/README.md index daf9b95..fa80cb0 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ Use ./stow.sh --stow to deploy configuration Use ./stow.sh --unstow to remove configuration ``` -`helix(1)` should be built from [source](https://docs.helix-editor.com/install.html), remember to link the `runtime/`. +`helix(1)` should be built from [source](https://docs.helix-editor.com/install.html), remember to link the `runtime/` to `$HOME/config/helix/runtime`. diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index 6d8ffeb..dc01aa0 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -1,21 +1,9 @@ -# Dont forget to link the runtime/ directory into $HOME/.config/helix/runtime - theme = "everforest_light" [editor] line-number = "relative" -true-color = true -idle-timeout = 100 - -[editor.soft-wrap] -enable = false - -[editor.cursor-shape] -insert = "bar" - -[editor.whitespace.render] -# space = "all" -tab = "all" +cursor-shape.insert = "bar" +whitespace.render.tab = "all" [keys.normal] "_" = ["extend_line_up", "extend_to_line_bounds"]