summaryrefslogtreecommitdiff
path: root/artix/home/.config/helix/config.toml
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
commit0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch)
treec9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/helix/config.toml
Initial commit
Diffstat (limited to 'artix/home/.config/helix/config.toml')
-rw-r--r--artix/home/.config/helix/config.toml26
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"