-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
vimPlugins: move non-github plugins to separate files #376366
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
Conversation
aa0b1e9
to
40c02d9
Compare
I think you forgot to delete one of the two ;) |
|
|
40c02d9
to
71413ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
|
Sorry, forgot about this... can you resolve conflicts |
71413ac
to
90df306
Compare
The future version won't support anything except GitHub because it creates a lot of maintenance and it is just easier to handle such plugins independently.
90df306
to
90ba4a9
Compare
@@ -1,5 +1,5 @@ | |||
# GENERATED by ./pkgs/applications/editors/vim/plugins/update.py. Do not edit! | |||
{ lib, buildVimPlugin, buildNeovimPlugin, fetchFromGitHub, fetchgit }: | |||
{ lib, buildVimPlugin, buildNeovimPlugin, fetchFromGitHub }: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased and the only change is this, to cause an eval failure if someone tries to add non-github plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, accidentally gave you a sneak-pick for the new generated.json
|
The future version of updater won't support anything except GitHub because it creates a lot of maintenance, and it is just easier to handle such plugins independently.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)CC @NixOS/neovim
Add a 👍 reaction to pull requests you find important.