vimPlugins.nvim-lsputils: override with popfix dependency
This commit is contained in:
parent
8ee7c2505f
commit
a86b1f48bf
@ -273,6 +273,10 @@ self: super: {
|
||||
dependencies = with super; [ ultisnips ];
|
||||
});
|
||||
|
||||
nvim-lsputils = super.nvim-lsputils.overrideAttrs(old: {
|
||||
dependencies = with super; [ popfix ];
|
||||
});
|
||||
|
||||
fzf-vim = super.fzf-vim.overrideAttrs(old: {
|
||||
dependencies = [ self.fzfWrapper ];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user