Created
January 14, 2025 08:44
-
-
Save sachinumrao/bff868cc5c9983a5a031f02ed317177f to your computer and use it in GitHub Desktop.
config file for helix
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 = "zed_onedark" # github_dark, jetbrains_dark | |
| [editor] | |
| cursorline = true | |
| bufferline = "multiple" | |
| mouse = true | |
| color-modes = true | |
| auto-save = true | |
| [editor.cursor-shape] | |
| insert = "bar" | |
| select = "underline" | |
| normal = "block" | |
| [editor.indent-guides] | |
| render = true | |
| # character = "[]" | |
| [editor.statusline] | |
| center = ["version-control"] | |
| left = ["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"] | |
| [editor.lsp] | |
| display-inlay-hints = true | |
| [editor.file-picker] | |
| hidden = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment