nixpkgs/pkgs/applications/editors/neovim
Symphorien Gibol 10436a707a neovim wrapper: do not unset PYTHONPATH
This solves the following bug:
opening neovim in nix-shell -p pythonPackages.numpy does not enable to
run successfully
:!python -c "import numpy"
because the PYTHONPATH is wiped by the neovim wrapper.

This wiping is necessary for the python providers, though, otherwise a
python2 nix-shell will make the python3 provider read python2 files.

We wrap the providers only, instead of neovim as whole.
2018-07-24 15:02:48 +02:00
..
ruby_provider pythonPackages.neovim: 0.2.4 -> 0.2.6, gem-neovim & gem-msgpack 2018-05-02 08:48:21 -04:00
default.nix neovim: fix the xsel path in the clipboard runtime provider 2018-07-22 21:32:16 -07:00
neovim-remote.nix pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
qt.nix neovim-qt: 0.2.7 -> 0.2.8 2017-09-09 09:32:13 +08:00
wrapper.nix neovim wrapper: do not unset PYTHONPATH 2018-07-24 15:02:48 +02:00