From 8881adf944cea699274ba30e79863730663635c7 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 25 Sep 2024 19:21:26 +0200 Subject: common/nixvim: disable splitjoin I'm not using it --- common/nixvim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/nixvim.nix b/common/nixvim.nix index 4891632..7dccfab 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -385,7 +385,6 @@ in } ]; }; - splitjoin = { }; trailspace = { }; }; }; -- cgit v1.2.3