Skip to content

Instantly share code, notes, and snippets.

@syrm
Created January 15, 2023 21:46
Show Gist options
  • Save syrm/40d65892e68ce68910e78bae1744aa0e to your computer and use it in GitHub Desktop.
Save syrm/40d65892e68ce68910e78bae1744aa0e to your computer and use it in GitHub Desktop.
Helix
theme = "catppuccin_mocha"
[editor]
line-number = "relative"
auto-save = true
true-color = true
color-modes = true
auto-pairs = true
rulers = [120]
idle-timeout = 5
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true
character = "▏"
[editor.lsp]
display-messages = true
[editor.statusline]
left = ["mode", "spinner", "file-name", "file-type", "total-line-numbers", "file-encoding"]
center = ["selections", "primary-selection-length", "position", "position-percentage"]
right = ["diagnostics", "workspace-diagnostics"]
[keys.normal]
c = "move_char_left"
r = "move_char_right"
t = "move_line_down"
s = "move_line_up"
[keys.select]
c = "move_char_left"
r = "move_char_right"
t = "move_line_down"
s = "move_line_up"
[[language]]
name = "php"
config = { "licenceKey" = "your own licence key" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment