add helix config
Diff
.config/helix/config.toml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
@@ -0,0 +1,26 @@
theme = "catppuccin_mocha"
[editor]
rulers = [80, 120]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true
character="┊"
skip-levels = 1
[editor.lsp]
display-messages = true
display-inlay-hints = true
[keys.normal]
"backspace"= { f = ":pipe fmt -w 80"}
[keys.normal."+"]
m = ":run-shell-command make"
c = ":run-shell-command cargo build"
t = ":run-shell-command cargo test"
\ No newline at end of file