overlays: remove 'nvim-treesitter-legacy-shim'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
With the migration complete, I do not need it anymore.
This reverts commit bf260de243.
This commit is contained in:
parent
d7d8f40a8f
commit
03a37c34ef
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
final: prev:
|
|
||||||
let
|
|
||||||
inherit (final) lib;
|
|
||||||
overrides = final: prev:
|
|
||||||
let
|
|
||||||
hasLegacyPackage = prev ? nvim-treesitter-legacy;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
nvim-treesitter-textobjects-legacy = prev.nvim-treesitter-textobjects.overrideAttrs {
|
|
||||||
dependencies = [ final.nvim-treesitter-legacy ];
|
|
||||||
};
|
|
||||||
} // (lib.optionalAttrs (!hasLegacyPackage) {
|
|
||||||
nvim-treesitter-legacy = final.nvim-treesitter;
|
|
||||||
});
|
|
||||||
in
|
|
||||||
{
|
|
||||||
vimPlugins = prev.vimPlugins.extend (overrides);
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue