helix for zsh
This commit is contained in:
19
helix/config.toml
Normal file
19
helix/config.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
theme = "onedark"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
cursorline = true
|
||||
cursorcolumn = true
|
||||
default-yank-register = "+"
|
||||
continue-comments = true
|
||||
|
||||
[editor.statusline]
|
||||
left = ["mode", "spinner", "read-only-indicator", "file-modification-indicator", "version-control"]
|
||||
center = ["file-name", "total-line-numbers", "position-percentage"]
|
||||
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
|
||||
separator = "│"
|
||||
mode.normal = "NORMAL"
|
||||
mode.insert = "INSERT"
|
||||
mode.select = "SELECT"
|
||||
diagnostics = ["warning", "error"]
|
||||
workspace-diagnostics = ["warning", "error"]
|
||||
Reference in New Issue
Block a user