-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
vimPlugins.tsc-nvim: init at 2024-08-14 #357769
Conversation
699fb75
to
d333b2b
Compare
I ran the commands as outlined in the docs Is it kosher that it's making so many seemingly unrelated changes? I freshly rebased from upstream before running the update command TL;DR is it normal to just update the vimPlugins in general when just adding a specific one? |
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.
Is it kosher that it's making so many seemingly unrelated changes? I freshly rebased from upstream before running the update command
TL;DR is it normal to just update the vimPlugins in general when just adding a specific one?
A feature for updating individual plugins is WIP, see #336137. For now, please remove all unrelated changes manually
This plugin depends on tsc
, it is probably a good idea to patch it like here:
nixpkgs/pkgs/applications/editors/vim/plugins/overrides.nix
Lines 1489 to 1495 in 3745f50
ranger-nvim = super.ranger-nvim.overrideAttrs { | |
patches = [ ./patches/ranger.nvim/fix-paths.patch ]; | |
postPatch = '' | |
substituteInPlace lua/ranger-nvim.lua --replace '@ranger@' ${ranger}/bin/ranger | |
''; | |
}; |
Lines, where
tsc
is used:https://github.com/dmmulroy/tsc.nvim/blob/82c37ebfe45d30763db6f45b54e18f1e485bb52c/lua/tsc/utils.lua#L19
26dbbf1
to
d532e99
Compare
@PerchunPak Great feedback, thank you. I believe I've addressed the things you've raised, mind giving this another look? |
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, just squash all commits into one please
|
I squashed them from UI. Merging based on @PerchunPak 's approval |
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.