about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-07-27 00:21:59 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2022-08-09 12:00:20 +0200
commit6717d144ec5c78375db496112e9baa464d66a996 (patch)
tree30ff715b15c5c060a5edd8a8ef40bb0f4981087a /pkgs/applications/editors/neovim
parenta36e146b7e0c5725a2b512a1008ce2552cf4ecfb (diff)
downloadnixlib-6717d144ec5c78375db496112e9baa464d66a996.tar
nixlib-6717d144ec5c78375db496112e9baa464d66a996.tar.gz
nixlib-6717d144ec5c78375db496112e9baa464d66a996.tar.bz2
nixlib-6717d144ec5c78375db496112e9baa464d66a996.tar.lz
nixlib-6717d144ec5c78375db496112e9baa464d66a996.tar.xz
nixlib-6717d144ec5c78375db496112e9baa464d66a996.tar.zst
nixlib-6717d144ec5c78375db496112e9baa464d66a996.zip
vimRcContent: now throws when using pathogen
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/tests.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/editors/neovim/tests.nix b/pkgs/applications/editors/neovim/tests.nix
index 3163041dabfe..d8bd511955e1 100644
--- a/pkgs/applications/editors/neovim/tests.nix
+++ b/pkgs/applications/editors/neovim/tests.nix
@@ -154,12 +154,6 @@ rec {
     configure.packages.foo.start = with vimPlugins; [ deoplete-nvim ];
   };
 
-  # only neovim makes use of `requiredPlugins`, test this here
-  test_nvim_with_vim_nix_using_pathogen = neovim.override {
-    extraName = "-pathogen";
-    configure.pathogen.pluginNames = [ "vim-nix" ];
-  };
-
   nvimWithLuaPackages = wrapNeovim2 "-with-lua-packages" (makeNeovimConfig {
     extraLuaPackages = ps: [ps.mpack];
     customRC = ''