vimPlugins.ethersync: init at 0.7.0
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
parent
04fb07600c
commit
2ba00a0dcb
@ -133,6 +133,8 @@
|
|||||||
# search-and-replace.nvim dependencies
|
# search-and-replace.nvim dependencies
|
||||||
fd,
|
fd,
|
||||||
sad,
|
sad,
|
||||||
|
# ethersync vim plugin
|
||||||
|
ethersync,
|
||||||
}:
|
}:
|
||||||
self: super:
|
self: super:
|
||||||
let
|
let
|
||||||
@ -1127,6 +1129,17 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ethersync = buildVimPlugin rec {
|
||||||
|
inherit (ethersync)
|
||||||
|
pname
|
||||||
|
version
|
||||||
|
src
|
||||||
|
meta
|
||||||
|
;
|
||||||
|
|
||||||
|
sourceRoot = "${src.name}/nvim-plugin";
|
||||||
|
};
|
||||||
|
|
||||||
executor-nvim = super.executor-nvim.overrideAttrs {
|
executor-nvim = super.executor-nvim.overrideAttrs {
|
||||||
dependencies = [ self.nui-nvim ];
|
dependencies = [ self.nui-nvim ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user