Skip to content

Commit

Permalink
vimPlugins.hover-nvim: disable check phase
Browse files Browse the repository at this point in the history
  • Loading branch information
bandithedoge committed Dec 29, 2024
1 parent 4f27d17 commit 1876bd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/vimPlugins/_overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@
fzf-lua = prev.fzf-lua.overrideAttrs (_: {
doCheck = false;
});

hover-nvim = prev.hover-nvim.overrideAttrs (_: {
doCheck = false;
});
}

0 comments on commit 1876bd9

Please sign in to comment.