Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensime #23256

Merged
merged 2 commits into from
Mar 18, 2017
Merged

Ensime #23256

merged 2 commits into from
Mar 18, 2017

Conversation

edanaher
Copy link
Contributor

Motivation for this change

I'd like to be able to use ensime from vim, hence the additional plugin.

However, using it requires a couple python packages to be available. Initially I added them as extraPythonPackages in my config.nix, but it wasn't that much more work to add the logic to make neovim automatically pull them in, which is much more user-friendly. Hopefully my additions are reasonable.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

This allows vim plugins to specify python dependencies required at
runtime, and they will be added to the python environment.
@mention-bot
Copy link

@edanaher, thanks for your PR! By analyzing the history of the files in this pull request, we identified @garbas, @jagajaga and @MarcWeber to be potential reviewers.

@7c6f434c 7c6f434c merged commit 846b6d2 into NixOS:master Mar 18, 2017
edanaher referenced this pull request Mar 18, 2017
Not sure at all if this is the right thing to do. cc @edanaher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants