Skip to content

Instantly share code, notes, and snippets.

@akhenakh
Created January 2, 2024 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akhenakh/87eff9a42ab92edd67d86cb8813f6504 to your computer and use it in GitHub Desktop.
Save akhenakh/87eff9a42ab92edd67d86cb8813f6504 to your computer and use it in GitHub Desktop.
Helix Config
theme = "solarized_dark"
[editor]
true-color = true
bufferline = "multiple"
cursorline = true
color-modes = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[editor.statusline]
left = ["mode", "spinner", "file-base-name", "file-modification-indicator", "version-control"]
[editor.soft-wrap]
enable = true
[editor.indent-guides]
render = true
skip-levels = 1
[editor.lsp]
display-inlay-hints = true
auto-signature-help = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment