summaryrefslogtreecommitdiffstats
path: root/pkgs/test
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-06-13 18:02:13 +0000
committerGitHub <noreply@github.com>2022-06-13 18:02:13 +0000
commit15c142e5c08877cb63e498a2acbb25bc3fcd6300 (patch)
tree1b1c1a408e3d23a512a2fe05291d0d31561591fd /pkgs/test
parentfa46b52651f923e9401508d6e5124c47f690d25a (diff)
parent6ccd35f78fab2c97f64f322e3348515029b52c93 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/vim/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/test/vim/default.nix b/pkgs/test/vim/default.nix
index 2beb75391ead..73c25ae20cb8 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 ];