From 1a7a5090b84d9eb8ff6a4f5dc0c833d4b9e717b0 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Fri, 15 May 2026 18:36:24 +0200 Subject: ??? --- artix/home/.config/helix/config.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'artix/home/.config/helix') 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 -- cgit v1.2.3