Unverified Commit 78c95f38 authored by Haseeb Majid's avatar Haseeb Majid Committed by GitHub
Browse files

vimPlugins.nvim-navbuddy: add dependencies (#256584)



* vimPlugins.nvim-navbuddy: add dependencies

* Update pkgs/applications/editors/vim/plugins/overrides.nix

Co-authored-by: default avatarfigsoda <figsoda@pm.me>

---------

Co-authored-by: default avatarfigsoda <figsoda@pm.me>
parent 4f605ed6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -862,6 +862,10 @@ self: super: {
    dontBuild = true;
  };

  nvim-navbuddy = super.nvim-navbuddy.overrideAttrs {
    dependencies = with self; [ nui-nvim nvim-lspconfig nvim-navic ];
  };

  vim-mediawiki-editor = super.vim-mediawiki-editor.overrideAttrs {
    passthru.python3Dependencies = [ python3.pkgs.mwclient ];
  };