Last active
December 2, 2024 22:26
-
-
Save saada/074097961e966355707c8a2643091fc3 to your computer and use it in GitHub Desktop.
Helix Configs
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="catppuccin_mocha" | |
[editor.soft-wrap] | |
enable = true | |
[editor.whitespace.render] | |
space = "all" | |
tab = "all" | |
nbsp = "all" | |
nnbsp = "all" | |
newline = "none" | |
[editor.cursor-shape] | |
insert = "underline" | |
normal = "block" | |
select = "block" | |
[editor.lsp] | |
display-messages = true | |
display-inlay-hints = true | |
[editor.indent-guides] | |
render = true | |
character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽" | |
skip-levels = 1 | |
[editor] | |
line-number = "relative" | |
cursorline = true | |
scroll-lines = 1 | |
bufferline = "multiple" | |
auto-save = true | |
auto-format = true | |
[editor.file-picker] | |
hidden = false | |
[keys.normal] | |
esc = ["collapse_selection", "keep_primary_selection"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment