index : dotfiles.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2024-04-18 19:03:30.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-04-18 19:03:30.0 +00:00:00
commit
dfc9fd686cb7a36b96104f9d49519c57ed77e562 [patch]
tree
8d6bd81c01025bf478cfd5e09ccd5d499a5111f5
parent
0337a4fc8962316dfdc2329c16d10feff3dcb716
download
dfc9fd686cb7a36b96104f9d49519c57ed77e562.tar.gz

add helix config



Diff

 .config/helix/config.toml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/.config/helix/config.toml b/.config/helix/config.toml
new file mode 100644
index 0000000..cac5718
--- /dev/null
+++ b/.config/helix/config.toml
@@ -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