From 12e1c8bb5a2497f755395045922b5e69bee4f42d Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 18 May 2024 03:20:44 +0200 Subject: [PATCH] removed indent hints --- modules/home/utils/helix-config.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/home/utils/helix-config.nix b/modules/home/utils/helix-config.nix index cdeab13..0e3a5ae 100644 --- a/modules/home/utils/helix-config.nix +++ b/modules/home/utils/helix-config.nix @@ -8,11 +8,6 @@ color-modes = true; whitespace.render = "all"; - indent-guides = { - render = true; - skip-levels = 1; - }; - auto-format = true; lsp = {