Unverified Commit 793626d2 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.opencode-nvim: fix dependencies (#489354)

parents f3a9be3b 996eef7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@
  gitMinimal,
  # opencode-nvim,
  opencode,
  lsof,
  # Preview-nvim dependencies
  md-tui,
  # sidekick-nvim dependencies
@@ -2995,6 +2996,7 @@ assertNoAdditions {
    runtimeDeps = [
      curl
      opencode
      lsof
    ];
  };