helix: Install with theme
This commit is contained in:
parent
802f16b0ea
commit
ca246e1c31
6 changed files with 30 additions and 7 deletions
|
|
@ -4,7 +4,6 @@ cursorline = true
|
|||
gutters = [
|
||||
"diff",
|
||||
"diagnostics",
|
||||
"spacer",
|
||||
"line-numbers",
|
||||
"spacer",
|
||||
]
|
||||
|
|
@ -14,13 +13,13 @@ insert = "bar"
|
|||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
|
||||
[editor.statusline]
|
||||
left = ["mode", "spinner", "file-name"]
|
||||
center = []
|
||||
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
|
||||
|
||||
[keys.normal]
|
||||
"\\" = { w = ":w" }
|
||||
|
||||
"C-e" = "scroll_down"
|
||||
"C-y" = "scroll_up"
|
||||
"C-l" = [":config-reload", ":redraw"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue