diff options
Diffstat (limited to 'artix/home/.config/helix/config.toml')
| -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 |
