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

* vimPlugins.nvim-navbuddy: add dependencies

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

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

---------

Co-authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
Haseeb Majid
2023-09-22 13:19:50 +01:00
committed by GitHub
parent 4f605ed697
commit 78c95f38a1

View File

@@ -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 ];
};