Skip to content

Instantly share code, notes, and snippets.

@sharunkumar
Created June 9, 2024 00:55
Show Gist options
  • Save sharunkumar/d796cc5082f18dd3b9a25566b2b89af2 to your computer and use it in GitHub Desktop.
Save sharunkumar/d796cc5082f18dd3b9a25566b2b89af2 to your computer and use it in GitHub Desktop.
Helix Config
theme = "ayu_dark"
[editor]
true-color = true
[editor.statusline]
separator = " "
mode.normal = "🧬"
mode.insert = "📝"
mode.select = "🖍️"
[editor.cursor-shape]
insert = "bar"
normal = "underline"
select = "block"
[editor.lsp]
enable = true
display-messages = true
auto-signature-help = true
# display-inlay-hints = true
display-signature-help-docs = true
snippets = true
goto-reference-include-declaration = true
[keys.normal]
C-home = "goto_file_start"
C-end = "goto_file_end"
C-a = "select_all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment