mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 12:45:24 +02:00
plugins/fzf-lua: use iconsPackage
This commit is contained in:
parent
6f4eced1ca
commit
e122f465a9
2 changed files with 52 additions and 22 deletions
|
@ -54,4 +54,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.fzf-lua = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue