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