From 312038e676570b35d463ef559b2995fdd7991d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Mon, 27 Jan 2025 11:09:57 +0100 Subject: [PATCH] feat(nvim): re-enable combinePlugins This should reduce the size slightly and improve performance. --- nvim/standalone.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/standalone.nix b/nvim/standalone.nix index 8e25d9e..861d7bf 100644 --- a/nvim/standalone.nix +++ b/nvim/standalone.nix @@ -11,6 +11,7 @@ config = { withRuby = false; globals.mapleader = " "; + performance.combinePlugins.enable = true; # Appearance colorschemes.gruvbox = { enable = true;