Created
January 2, 2024 03:21
-
-
Save akhenakh/87eff9a42ab92edd67d86cb8813f6504 to your computer and use it in GitHub Desktop.
Helix Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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