Add Helix configuration
parent
8314d38078
commit
fad1608443
|
@ -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 = "→"
|
|
@ -0,0 +1,3 @@
|
||||||
|
[[language]]
|
||||||
|
name = "python"
|
||||||
|
formatter = { command = "ruff" , args = ["format", "-"] }
|
Loading…
Reference in New Issue