Created
May 20, 2026 06:55
-
-
Save permutationlock/049250ff95b5ca5e4908449eaadcdf3c to your computer and use it in GitHub Desktop.
helix config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| theme = "onedark" | |
| [editor] | |
| line-number = "relative" | |
| [editor.search] | |
| smart-case = false | |
| [keys.normal] | |
| esc = ["collapse_selection", "keep_primary_selection"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[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