Skip to content

Instantly share code, notes, and snippets.

@permutationlock
Created May 20, 2026 06:55
Show Gist options
  • Select an option

  • Save permutationlock/049250ff95b5ca5e4908449eaadcdf3c to your computer and use it in GitHub Desktop.

Select an option

Save permutationlock/049250ff95b5ca5e4908449eaadcdf3c to your computer and use it in GitHub Desktop.
helix config
theme = "onedark"
[editor]
line-number = "relative"
[editor.search]
smart-case = false
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
[[language]]
name = "c"
scope = "source.c"
injection-regex = "c"
file-types = [ "c", "h" ]
comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" }
indent = { tab-width = 4, unit = " " }
formatter = { command = "aven-cfmt", args = ["--stdin"] }
auto-format = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment