Files
helix/config.toml
Antun Krasic c32519087c UPDATE ALL THE THINGS
:W

:
2024-02-12 01:56:18 +00:00

35 lines
882 B
TOML

theme = "monokai_pro"
[editor]
bufferline = "always"
true-color = true
[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name"]
# right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
right = ["version-control", "diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.gutters]
layout = ["line-numbers", "diff", "diagnostics", "spacer"]
[editor.lsp]
display-messages = true
display-inlay-hints = true
[editor.indent-guides]
render = true
character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽"
skip-levels = 1
[keys.normal]
C-g = ":sh tmux popup -d \"#{pane_current_path}\" -xC -yC -w80% -h80% -E lazygit"
[keys.insert]
C-c = "normal_mode"
A-c = "toggle_comments"