From fe77017c4f51ed692ecfd060b6e74c0140427915 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 11:23:36 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 5aeb5e21..2b2d6c34 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -8,7 +8,6 @@ options = { number = true; shiftwidth = 2; - }; plugins = { lualine.enable = true; @@ -29,10 +28,8 @@ base16.enable = true; catpuccin.enable = true; }; - extraPlugins = with pkgs.vimPlugins [ everforest ]; - }; } \ No newline at end of file