helix: Update configuration

This commit is contained in:
Sanchayan Maity 2023-09-02 12:07:15 +05:30
parent bac3f8b577
commit 48b2de04da
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 36 additions and 1 deletions

View File

@ -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]
# Quick iteration on config changes
C-o = ":config-open"
C-r = ":config-reload"
# Some nice Helix stuff