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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user