From 37b9ca362d6667a59e27ee251cf8cd81e5438716 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 11:24:24 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 2b2d6c34..f5908b58 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -28,7 +28,7 @@ base16.enable = true; catpuccin.enable = true; }; - extraPlugins = with pkgs.vimPlugins [ + extraPlugins = with pkgs.vimPlugins; [ everforest ]; };