.config/helix/config.toml

27 lines
604 B
TOML

theme = "onedark"
[keys.normal]
# Use system clipboard
y = "yank_main_selection_to_clipboard"
p = "paste_clipboard_before"
[editor]
line-number = "relative"
bufferline = "always"
idle-timeout = 0
completion-trigger-len = 1
[editor.soft-wrap]
enable = true
[editor.indent-guides]
render = true
[editor.lsp]
display-inlay-hints = true
display-messages = true
snippets = true
[editor.statusline]
left = ["mode", "spinner", "file-name", "file-modification-indicator", "workspace-diagnostics" ]
right = ["version-control", "diagnostics", "position", "file-encoding", "total-line-numbers", "file-type"]