create helix/config.toml

This commit is contained in:
2026-03-27 09:20:21 +01:00
parent 56dfb4b1f0
commit 9e611b51aa

View File

@@ -0,0 +1,30 @@
theme = "kanagawa"
[editor]
line-number = "relative"
auto-pairs = false
auto-completion = false
end-of-line-diagnostics = "hint"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.lsp]
auto-signature-help = false
[editor.whitespace.render]
space = "all"
tab = "all"
nbsp = "none"
nnbsp = "none"
newline = "none"
[editor.indent-guides]
render = true
character = "╎"
skip-levels = 1
[editor.inline-diagnostics]
cursor-line = "warning"