From ba276d1ca33bb3931f7f19ca29d3613cdc234d38 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 22 Apr 2025 19:58:50 +0200 Subject: nixvim: disable snack's statuscolumn It adds a status column even if there's nothing to show, which messes up the :Man hard breaks --- common/nixvim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/nixvim.nix b/common/nixvim.nix index 87971b2..367f442 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -480,7 +480,6 @@ inputs: input.enabled = true; notifier.enabled = true; quickfile.enabled = true; - statuscolumn.enabled = true; words.enabled = true; }; }; -- cgit v1.2.3