Skip to content

Instantly share code, notes, and snippets.

@nonnontrivial
Created July 7, 2023 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nonnontrivial/29afdabcd04a7ce1a0558792965bf0cf to your computer and use it in GitHub Desktop.
Save nonnontrivial/29afdabcd04a7ce1a0558792965bf0cf to your computer and use it in GitHub Desktop.
helix config
[editor]
mouse = false
auto-completion = true
cursorline = true
cursorcolumn = true
auto-format = true
auto-save = true
idle-timeout = 300
completion-trigger-len = 2
auto-info = true
bufferline = "multiple"
gutters = ["diff", "line-numbers", "spacer"]
true-color = true
[editor.indent-guides]
render = true
character = "│"
skip-levels = 1
[editor.auto-pairs]
'(' = ')'
'{' = '}'
'[' = ']'
'"' = '"'
"'" = "'"
'`' = '`'
'<' = '>'
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[editor.statusline]
left = ["mode", "spinner", "total-line-numbers", "workspace-diagnostics", ]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.lsp]
display-messages = true
auto-signature-help = true
display-signature-help-docs = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment