Skip to content

Instantly share code, notes, and snippets.

@davidspry
Last active March 3, 2025 06:50
Show Gist options
  • Save davidspry/52300fac4da8b02985d3aa297be608cf to your computer and use it in GitHub Desktop.
Save davidspry/52300fac4da8b02985d3aa297be608cf to your computer and use it in GitHub Desktop.
Helix configuration
theme = "github_dark_high_contrast"
[editor]
true-color = true
line-number = "absolute"
mouse = true
auto-completion = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true
character = "┆"
skip-levels = 1
[editor.inline-diagnostics]
cursor-line = "hint"
[editor.lsp]
display-messages = true
[editor.statusline]
left = ["mode", "file-name", "file-modification-indicator"]
center = []
right = ["read-only-indicator", "version-control", "file-type", "position"]
[editor.whitespace]
render = "all"
[editor.whitespace.characters]
space = "·"
newline = "¬"
tabpad = " "
[keys.normal.space]
i = ":toggle lsp.display-inlay-hints"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment