Skip to content

Instantly share code, notes, and snippets.

@saada
Last active December 2, 2024 22:26
Show Gist options
  • Save saada/074097961e966355707c8a2643091fc3 to your computer and use it in GitHub Desktop.
Save saada/074097961e966355707c8a2643091fc3 to your computer and use it in GitHub Desktop.
Helix Configs
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