neovim: remove redundant -n in test

The -es flag already implies -n (no swapfile).
launchpad/nixpkgs/master
Gregory Anders 3 years ago
parent 8477406018
commit d37ed0e5ad
  1. 2
      pkgs/applications/editors/neovim/tests.nix

@ -141,6 +141,6 @@ rec {
});
nvim_with_lua_packages = runTest nvimWithLuaPackages ''
${nvimWithLuaPackages}/bin/nvim -n -i NONE --noplugin -es
${nvimWithLuaPackages}/bin/nvim -i NONE --noplugin -es
'';
})

Loading…
Cancel
Save