diff options
Diffstat (limited to 'artix/home/.config/helix')
| -rw-r--r-- | artix/home/.config/helix/config.toml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/artix/home/.config/helix/config.toml b/artix/home/.config/helix/config.toml new file mode 100644 index 0000000..a13e774 --- /dev/null +++ b/artix/home/.config/helix/config.toml @@ -0,0 +1,26 @@ +theme = "tokyonight" + +[editor] + line-number = "relative" + cursorline = true + shell = ["zsh", "-c"] + end-of-line-diagnostics = "hint" +[editor.indent-guides] + render = true + skip-levels = 1 +[editor.whitespace] + render = "all" +[editor.soft-wrap] + enable = true +[editor.file-picker] + hidden = false +[editor.lsp] + display-messages = true +[editor.statusline] + left = ["mode", "spinner", "version-control", "file-name"] +[editor.inline-diagnostics] + cursor-line = "error" + other-lines = "disable" +[keys.normal] + X = "select_line_above" + "A-s" = ":format" |
