helix: Update configuration
This commit is contained in:
parent
bac3f8b577
commit
48b2de04da
1 changed files with 36 additions and 1 deletions
|
@ -1,6 +1,41 @@
|
||||||
|
theme = "monokai_pro_spectrum"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
auto-format = false
|
||||||
|
auto-save = true
|
||||||
|
color-modes = true
|
||||||
|
cursorline = true
|
||||||
|
gutters = ["diff", "diagnostics", "line-numbers", "spacer"]
|
||||||
|
shell = ["fish", "-c"]
|
||||||
|
true-color = true
|
||||||
|
|
||||||
|
[editor.cursor-shape]
|
||||||
|
insert = "bar"
|
||||||
|
normal = "block"
|
||||||
|
select = "underline"
|
||||||
|
|
||||||
|
[editor.indent-guides]
|
||||||
|
render = true
|
||||||
|
|
||||||
|
[editor.soft-wrap]
|
||||||
|
enable = true
|
||||||
|
|
||||||
|
[editor.statusline]
|
||||||
|
left = ["mode", "spinner"]
|
||||||
|
center = ["file-name"]
|
||||||
|
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
|
||||||
|
separator = "│"
|
||||||
|
mode.normal = "NORMAL"
|
||||||
|
mode.insert = "INSERT"
|
||||||
|
mode.select = "SELECT"
|
||||||
|
|
||||||
|
[editor.whitespace.render]
|
||||||
|
space = "none"
|
||||||
|
tab = "none"
|
||||||
|
newline = "all"
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
# Quick iteration on config changes
|
# Quick iteration on config changes
|
||||||
C-o = ":config-open"
|
|
||||||
C-r = ":config-reload"
|
C-r = ":config-reload"
|
||||||
|
|
||||||
# Some nice Helix stuff
|
# Some nice Helix stuff
|
||||||
|
|
Loading…
Reference in a new issue