utility/yazi-nvim: add missing dependency (snacks.nvim) (#681)

`:checkhealth yazi` was warning about it. Project `README` recently
 added it to the requirements.
This commit is contained in:
raf 2025-03-02 20:53:56 +03:00 committed by GitHub
commit f24189f1d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View file

@ -15,6 +15,7 @@
in {
config = mkIf cfg.enable {
vim = {
startPlugins = ["snacks-nvim"];
lazy.plugins."yazi.nvim" = {
package = pkgs.vimPlugins.yazi-nvim;
setupModule = "yazi";