-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
vimPlugins: disallow packaging plugins that are already in luaPackages #376370
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
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
"nui-nvim" | ||
"nvim-cmp" | ||
"nvim-nio" | ||
"orgmode" |
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.
We specifically left this as a neovim package because the Lua package didn't work. We need to test these instead of just assuming the functionality works because of differences between the sets in how they work.
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.
Hmm it doesn't work on unstable for me either, though with different error
Unsure what to do with this one
We need to test these instead of just assuming the functionality works because of differences between the sets in how they work
Assuming that latest commit works as well as stable release is also not correct
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.
Hmm it doesn't work on unstable for me either, though with different error
Unsure what to do with this one
I dont use orgmode so I asked someone to test and @mrcjkb tested the change. I forgot the change came from a PR about it possibly not working already on master... :S
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.
I tried adding orgmode to my config and it worked on this PR and on master
Also curious how many of the checks ran on these because I still have to figure out why sometimes the checkHook doesn't run on luaPackages built as neovim plugins |
53bf50f
to
743648a
Compare
The other plugins that I do use I just tested and seem like they are functioning, fine. I guess it just depends on what we want to do with orgmode.. |
Alright, now this one :p |
743648a
to
f05509a
Compare
f05509a
to
b1ffdff
Compare
Rebased, can we merge this now? |
|
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.
Sure, thanks @PerchunPak !
Also wait please for my next nixpkgs-review with |
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 now that conflicts are resolved. Hopefully everything still works. Too sick to double check anything right now :P
No new regressions https://gist.github.com/PerchunPak/d07f45f87dfb53224c580d2f2cb192ba |
This is also a preparation for the updater script update.
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/
)Add a 👍 reaction to pull requests you find important.