vimPlugins.opencode-nvim: add curl and opencode to runtime dependencies
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
pandoc,
|
||||
# nvim-tinygit
|
||||
gitMinimal,
|
||||
# opencode-nvim,
|
||||
opencode,
|
||||
# Preview-nvim dependencies
|
||||
md-tui,
|
||||
# sidekick-nvim dependencies
|
||||
@@ -2869,6 +2871,13 @@ assertNoAdditions {
|
||||
};
|
||||
});
|
||||
|
||||
opencode-nvim = super.opencode-nvim.overrideAttrs {
|
||||
runtimeDeps = [
|
||||
curl
|
||||
opencode
|
||||
];
|
||||
};
|
||||
|
||||
# The plugin depends on either skim-vim or fzf-vim, but we don't want to force the user so we
|
||||
# avoid choosing one of them and leave it to the user
|
||||
openscad-nvim = super.openscad-nvim.overrideAttrs {
|
||||
|
||||
Reference in New Issue
Block a user