configure helix editor

This commit is contained in:
Isshi0417 2024-07-27 16:27:08 +09:00
parent a17529863f
commit 320bd64313

View File

@ -0,0 +1,23 @@
theme = "gruvbox"
[editor]
line-number = "relative"
rulers = [80]
[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "block"
[editor.indent-guides]
render = true
character = "|"