vimPlugins.ethersync: move to non-generated
Looks like it was missed in `overrides.nix` when it should be in non-generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
vimUtils,
|
||||
ethersync,
|
||||
}:
|
||||
vimUtils.buildVimPlugin rec {
|
||||
inherit (ethersync)
|
||||
pname
|
||||
version
|
||||
src
|
||||
meta
|
||||
;
|
||||
|
||||
sourceRoot = "${src.name}/nvim-plugin";
|
||||
}
|
||||
@@ -133,8 +133,6 @@
|
||||
# search-and-replace.nvim dependencies
|
||||
fd,
|
||||
sad,
|
||||
# ethersync vim plugin
|
||||
ethersync,
|
||||
}:
|
||||
self: super:
|
||||
let
|
||||
@@ -1159,17 +1157,6 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
ethersync = buildVimPlugin rec {
|
||||
inherit (ethersync)
|
||||
pname
|
||||
version
|
||||
src
|
||||
meta
|
||||
;
|
||||
|
||||
sourceRoot = "${src.name}/nvim-plugin";
|
||||
};
|
||||
|
||||
executor-nvim = super.executor-nvim.overrideAttrs {
|
||||
dependencies = [ self.nui-nvim ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user