Skip to content

Instantly share code, notes, and snippets.

@ASBaumgarten
Last active December 22, 2023 16:29
Show Gist options
  • Save ASBaumgarten/187d4b0bfaefbf39c8363f3d983672cc to your computer and use it in GitHub Desktop.
Save ASBaumgarten/187d4b0bfaefbf39c8363f3d983672cc to your computer and use it in GitHub Desktop.
Helix config
theme = "monokai_pro"
[editor]
mouse = true
line-number = "relative"
auto-completion = true
completion-trigger-len = 2
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
[editor.lsp]
display-messages = false
auto-signature-help = true
display-inlay-hints = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment