From 239f37e06912f82ae1632b84086754a5df69c468 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:21:51 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index 017405a2..acb92143 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -10,14 +10,6 @@ nvchad nvchad-ui ]; - configure = { - packages.myVimPackage = with pkgs.vimPlugins; { - start = [ - nvchad - nvchad-ui - ]; - }; - }; }; # Link the nvchad files to my homedir