Skip to content

Instantly share code, notes, and snippets.

@afonsolage
Created November 20, 2023 06:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afonsolage/614752615bfb86f0afc33bfd65cb247b to your computer and use it in GitHub Desktop.
Save afonsolage/614752615bfb86f0afc33bfd65cb247b to your computer and use it in GitHub Desktop.
Helix Config
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
@varaskkar
Copy link

I'm starting with Helix and the truth...I'm quite lost. Your config is a lifesaver, I like a lot -`ღ´-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment