Add Helix configuration

main
Jasper Bok 2024-11-08 14:14:48 +01:00
parent 8314d38078
commit fad1608443
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,15 @@
theme = "catppuccin_mocha"
[editor]
mouse = true
[editor.cursor-shape]
insert = "bar"
[editor.whitespace.render]
space = "all"
tab = "all"
[editor.whitespace.characters]
space = "·"
tab = "→"

View File

@ -0,0 +1,3 @@
[[language]]
name = "python"
formatter = { command = "ruff" , args = ["format", "-"] }