config/helix/config.toml

29 lines
420 B
TOML

theme = "onedark"
[editor]
auto-save = true
bufferline = "multiple"
color-modes = true
line-number = "relative"
mouse = false
true-color = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[editor.lsp]
display-messages = true
[editor.soft-wrap]
enable = true
[editor.statusline]
mode.normal = "normal"
mode.insert = "insert"
mode.select = "select"