mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
vimPlugins.fuzzy-nvim: fix by changing dependency
This commit is contained in:
parent
30b7fce013
commit
883b0f8eee
@ -517,7 +517,7 @@ self: super: {
|
||||
});
|
||||
|
||||
fuzzy-nvim = super.fuzzy-nvim.overrideAttrs {
|
||||
dependencies = with self; [ telescope-fzy-native-nvim ];
|
||||
dependencies = with self; [ telescope-fzf-native-nvim ];
|
||||
};
|
||||
|
||||
fzf-checkout-vim = super.fzf-checkout-vim.overrideAttrs {
|
||||
|
Loading…
Reference in New Issue
Block a user