Created
June 9, 2024 00:55
-
-
Save sharunkumar/d796cc5082f18dd3b9a25566b2b89af2 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 = "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