Skip to content

Instantly share code, notes, and snippets.

@Apsu
Last active May 22, 2024 14:57
Show Gist options
  • Save Apsu/add98c52a7bcefd06f6a4946788e6599 to your computer and use it in GitHub Desktop.
Save Apsu/add98c52a7bcefd06f6a4946788e6599 to your computer and use it in GitHub Desktop.
Helix config
theme = "fleet_dark_transparent"
[editor]
auto-format = true
auto-save = true
color-modes = true
cursorcolumn = true
cursorline = true
true-color = true
line-number = "relative"
bufferline = "multiple"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
git-ignore = false
hidden = false
[editor.lsp]
display-messages = true
display-inlay-hints = true
[editor.indent-guides]
render = true
skip-levels = 1
[editor.soft-wrap]
enable = true
[keys.normal]
X = "extend_line_above"
D = "delete_char_backward"
# Put in ~/.config/helix/themes
inherits = "fleet_dark"
"ui.background" = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment