Files
dotfiles/.config/helix/config.toml
T
avinal c87e2e3c9e feat: add more configurations and a new theme
- a theme based on carbon and vim high contrast
- modify layouts in zellij and add support for swaps
- add snippets

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2026-03-27 16:06:28 +05:30

44 lines
871 B
TOML

theme = "space_carbon"
[editor]
rulers = [80, 100]
mouse = true
cursorline = true
continue-comments = true
bufferline = "multiple"
color-modes = true
end-of-line-diagnostics = "hint"
popup-border = "popup"
scrolloff = 2
[editor.soft-wrap]
enable = true
[editor.lsp]
display-messages = true
#display-inlay-hints = true
[editor.cursor-shape]
insert = "underline"
select = "bar"
[editor.file-picker]
hidden = false
ignore = true
[editor.whitespace]
render = "none"
[editor.indent-guides]
render = true
[editor.inline-diagnostics]
cursor-line = "error"
other-lines = "warning"
[editor.statusline]
left = ["mode", "spacer", "version-control", "spacer", "file-name", "read-only-indicator"]
center = ["diagnostics", "spinner", "file-modification-indicator"]
right = ["primary-selection-length", "selections", "register", "position", "separator", "total-line-numbers"]