Created
November 20, 2023 06:50
-
-
Save afonsolage/614752615bfb86f0afc33bfd65cb247b 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 = "dracula" | |
[editor] | |
line-number = "relative" | |
mouse = false | |
shell = ["nu", "-c"] | |
bufferline = "always" | |
rulers = [100] | |
true-color = true | |
color-modes = true | |
completion-trigger-len = 1 | |
default-line-ending = "lf" | |
[editor.indent-guides] | |
render = true | |
character = "┆" | |
[editor.cursor-shape] | |
insert = "bar" | |
normal = "block" | |
select= "underline" | |
[editor.statusline] | |
left = ["mode", "spinner", "file-name"] | |
center = [] | |
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type", "spacer", "diagnostics", "workspace-diagnostics", "version-control"] | |
[editor.lsp] | |
display-messages = true | |
display-inlay-hints = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm starting with Helix and the truth...I'm quite lost. Your config is a lifesaver, I like a lot -`ღ´-