From 3223f76b05be08d0549671dd47f04d49dcde9086 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 11:31:27 +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 22574d44..5e002153 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -10,9 +10,6 @@ shiftwidth = 2; }; plugins = { - lualine.enable = true; - treesitter.enable = true; - fugitive.enable = true; }; colorschemes = { tokyonight.enable = true;