From a1ad23574310f0ca7aedd916192855a3e2a46729 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 13 Jun 2022 15:25:46 +0200 Subject: vimUtils: deprecate configure.pathogen (#154814) pathogen does not bring any value compared to vim native packages so remove it to ease maintainance burden. --- pkgs/test/vim/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkgs/test/vim') diff --git a/pkgs/test/vim/default.nix b/pkgs/test/vim/default.nix index 2beb75391eade..73c25ae20cb84 100644 --- a/pkgs/test/vim/default.nix +++ b/pkgs/test/vim/default.nix @@ -23,11 +23,6 @@ in vimrcConfig.vam.pluginDictionaries = [{name = "vim-nix"; }]; }; - test_vim_with_vim_nix_using_pathogen = vim_configurable.customize { - name = "vim-with-vim-addon-nix-using-pathogen"; - vimrcConfig.pathogen.pluginNames = [ "vim-nix" ]; - }; - test_vim_with_vim_nix_using_plug = vim_configurable.customize { name = "vim-with-vim-addon-nix-using-plug"; vimrcConfig.plug.plugins = with vimPlugins; [ vim-nix ]; -- cgit 1.4.1