summaryrefslogtreecommitdiff
path: root/.config/helix/config.toml
blob: 8227cd4034db91d8c44f0201fb2ad53ffd17b3bd (plain)
[editor]
line-number = "relative"
end-of-line-diagnostics = "warning"

[editor.statusline]
left = ["mode", "spinner", "diagnostics"]
center = ["file-name", "read-only-indicator", "file-modification-indicator"]
right = ["register", "position"]

[editor.lsp]
display-messages = false
display-inlay-hints = true

[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"

[editor.file-picker]
hidden = false

[editor.indent-guides]
render = true

[editor.inline-diagnostics]
cursor-line = "info"
other-lines = "warning"

[editor.smart-tab]
enable = false