chore(helix): minify config
This commit is contained in:
@@ -9,4 +9,4 @@ Use ./stow.sh --stow <folder_name> to deploy configuration
|
|||||||
Use ./stow.sh --unstow <folder_name> to remove configuration
|
Use ./stow.sh --unstow <folder_name> 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`.
|
||||||
|
|||||||
@@ -1,21 +1,9 @@
|
|||||||
# Dont forget to link the runtime/ directory into $HOME/.config/helix/runtime
|
|
||||||
|
|
||||||
theme = "everforest_light"
|
theme = "everforest_light"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
true-color = true
|
cursor-shape.insert = "bar"
|
||||||
idle-timeout = 100
|
whitespace.render.tab = "all"
|
||||||
|
|
||||||
[editor.soft-wrap]
|
|
||||||
enable = false
|
|
||||||
|
|
||||||
[editor.cursor-shape]
|
|
||||||
insert = "bar"
|
|
||||||
|
|
||||||
[editor.whitespace.render]
|
|
||||||
# space = "all"
|
|
||||||
tab = "all"
|
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
"_" = ["extend_line_up", "extend_to_line_bounds"]
|
"_" = ["extend_line_up", "extend_to_line_bounds"]
|
||||||
|
|||||||
Reference in New Issue
Block a user