Last active
March 3, 2025 06:50
-
-
Save davidspry/52300fac4da8b02985d3aa297be608cf to your computer and use it in GitHub Desktop.
Helix configuration
This file contains hidden or 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 = "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