helix: Update editor settings
This commit is contained in:
parent
0236ac5434
commit
45f8f60599
1 changed files with 32 additions and 8 deletions
|
|
@ -3,27 +3,51 @@ theme = "jdkaplan"
|
|||
[editor]
|
||||
scrolloff = 1
|
||||
cursorline = true
|
||||
gutters = [
|
||||
"diff",
|
||||
"diagnostics",
|
||||
"line-numbers",
|
||||
"spacer",
|
||||
]
|
||||
trim-final-newlines = true
|
||||
trim-trailing-whitespace = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
deduplicate-links = false
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
character = "┊"
|
||||
skip-levels = 1
|
||||
|
||||
[editor.gutters]
|
||||
layout = [
|
||||
"diff",
|
||||
"diagnostics",
|
||||
"line-numbers",
|
||||
"spacer",
|
||||
]
|
||||
line-numbers = { min-width = 1 }
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
wrap-indicator = ""
|
||||
max-indent-retain = 0
|
||||
|
||||
[editor.statusline]
|
||||
left = ["mode", "spinner", "file-name"]
|
||||
left = [
|
||||
"mode",
|
||||
"spinner",
|
||||
"file-name",
|
||||
]
|
||||
center = []
|
||||
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
|
||||
right = [
|
||||
"diagnostics",
|
||||
"selections",
|
||||
"position",
|
||||
"position-percentage",
|
||||
"file-encoding",
|
||||
]
|
||||
|
||||
[keys.normal]
|
||||
"C-l" = [":config-reload", ":redraw"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue