Skip to content

Commit

Permalink
vimPlugins.nvim-lsputils: override with popfix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jupblb authored and teto committed Nov 29, 2020
1 parent 8ee7c25 commit a86b1f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/misc/vim-plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
});
Expand Down

0 comments on commit a86b1f4

Please sign in to comment.