feat(helix): add auto-format, indent-guides, cursor-shape, and file-picker config
This commit is contained in:
@@ -6,6 +6,14 @@ cursorline = true
|
|||||||
cursorcolumn = true
|
cursorcolumn = true
|
||||||
default-yank-register = "+"
|
default-yank-register = "+"
|
||||||
continue-comments = true
|
continue-comments = true
|
||||||
|
auto-format = true
|
||||||
|
trim-trailing-whitespace = true
|
||||||
|
insert-final-newline = true
|
||||||
|
scrolloff = 5
|
||||||
|
[editor.cursor-shape]
|
||||||
|
normal = "block"
|
||||||
|
insert = "bar"
|
||||||
|
select = "underline"
|
||||||
|
|
||||||
[editor.statusline]
|
[editor.statusline]
|
||||||
left = ["mode", "spinner", "read-only-indicator", "file-modification-indicator", "version-control"]
|
left = ["mode", "spinner", "read-only-indicator", "file-modification-indicator", "version-control"]
|
||||||
@@ -17,3 +25,12 @@ mode.insert = "INSERT"
|
|||||||
mode.select = "SELECT"
|
mode.select = "SELECT"
|
||||||
diagnostics = ["warning", "error"]
|
diagnostics = ["warning", "error"]
|
||||||
workspace-diagnostics = ["warning", "error"]
|
workspace-diagnostics = ["warning", "error"]
|
||||||
|
|
||||||
|
[editor.indent-guides]
|
||||||
|
render = true
|
||||||
|
character = "╎"
|
||||||
|
skip-level = 1
|
||||||
|
|
||||||
|
[editor.file-picker]
|
||||||
|
hidden = false
|
||||||
|
parents = false
|
||||||
|
|||||||
Reference in New Issue
Block a user