Commit 9ba5c067 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

vimPlugins.nvim-dap-ui: add dependencies nvim-dap and nvim-nio

parent b7359cf7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -997,6 +997,13 @@
    dependencies = with self; [ nvim-dap ];
  };

  nvim-dap-ui = super.nvim-dap-ui.overrideAttrs {
    dependencies = with self; [ nvim-dap nvim-nio ];

    doInstallCheck = true;
    nvimRequireCheck = "dapui";
  };

  nvim-lsputils = super.nvim-lsputils.overrideAttrs {
    dependencies = with self; [ popfix ];
  };