.config/helix/config.toml

27 lines
604 B
TOML
Raw Normal View History

2023-09-19 18:55:24 +00:00
theme = "onedark"
2024-02-24 19:17:43 +00:00
[keys.normal]
# Use system clipboard
y = "yank_main_selection_to_clipboard"
p = "paste_clipboard_before"
2023-09-19 18:55:24 +00:00
[editor]
line-number = "relative"
bufferline = "always"
idle-timeout = 0
completion-trigger-len = 1
2023-09-19 18:55:24 +00:00
[editor.soft-wrap]
enable = true
2024-01-28 11:53:04 +00:00
[editor.indent-guides]
render = true
2023-09-19 18:55:24 +00:00
[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"]