nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/ensime-vim
Symphorien Gibol dddaa94ac2 neovim wrapper: also make <vimplugin>.pythonDepedencies a function
A function of the same signature as the argument of python.withPackages
2018-07-27 00:27:44 +02:00

2 lines
79 B
Plaintext

passthru.python3Dependencies = ps: with ps; [ sexpdata websocket_client ];