summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2025-04-22 19:58:50 +0200
committerMinijackson <minijackson@riseup.net>2025-04-22 19:58:50 +0200
commitba276d1ca33bb3931f7f19ca29d3613cdc234d38 (patch)
treebc9c045b3fb525a194518a4fd0e7572fc824c4e6
parentb658da6a69c72cf190042762c6ea6902fd356e98 (diff)
downloadnixos-config-reborn-ba276d1ca33bb3931f7f19ca29d3613cdc234d38.tar.gz
nixos-config-reborn-ba276d1ca33bb3931f7f19ca29d3613cdc234d38.zip
nixvim: disable snack's statuscolumn
It adds a status column even if there's nothing to show, which messes up the :Man hard breaks
-rw-r--r--common/nixvim.nix1
1 files changed, 0 insertions, 1 deletions
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:
480 input.enabled = true; 480 input.enabled = true;
481 notifier.enabled = true; 481 notifier.enabled = true;
482 quickfile.enabled = true; 482 quickfile.enabled = true;
483 statuscolumn.enabled = true;
484 words.enabled = true; 483 words.enabled = true;
485 }; 484 };
486 }; 485 };