diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-15 18:36:24 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-16 09:41:40 +0200 |
| commit | 1a7a5090b84d9eb8ff6a4f5dc0c833d4b9e717b0 (patch) | |
| tree | a1c263d989a863962aa21628af371c0e2c43ee34 /artix/home/.config/helix | |
| parent | 63ca893729aa0436c9eeab96e0934b143dc53d17 (diff) | |
???
Diffstat (limited to 'artix/home/.config/helix')
| -rw-r--r-- | artix/home/.config/helix/config.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/artix/home/.config/helix/config.toml b/artix/home/.config/helix/config.toml index a13e774..aece973 100644 --- a/artix/home/.config/helix/config.toml +++ b/artix/home/.config/helix/config.toml @@ -1,10 +1,12 @@ theme = "tokyonight" [editor] - line-number = "relative" + line-number = "absolute" cursorline = true - shell = ["zsh", "-c"] end-of-line-diagnostics = "hint" + auto-completion = true + auto-format = false + path-completion = true [editor.indent-guides] render = true skip-levels = 1 |
