Skip to content

Instantly share code, notes, and snippets.

@sachinumrao
Created January 14, 2025 08:44
Show Gist options
  • Select an option

  • Save sachinumrao/bff868cc5c9983a5a031f02ed317177f to your computer and use it in GitHub Desktop.

Select an option

Save sachinumrao/bff868cc5c9983a5a031f02ed317177f to your computer and use it in GitHub Desktop.
config file for helix
theme = "zed_onedark" # github_dark, jetbrains_dark
[editor]
cursorline = true
bufferline = "multiple"
mouse = true
color-modes = true
auto-save = true
[editor.cursor-shape]
insert = "bar"
select = "underline"
normal = "block"
[editor.indent-guides]
render = true
# character = "[]"
[editor.statusline]
center = ["version-control"]
left = ["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"]
[editor.lsp]
display-inlay-hints = true
[editor.file-picker]
hidden = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment