mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
utility/yazi-nvim: add missing dependency (snacks.nvim)
`:checkhealth yazi` was warning about it. Project `README` recently added it to the requirements.
This commit is contained in:
parent
0fdfb9bf3b
commit
60ebec1956
3 changed files with 17 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = ["snacks-nvim"];
|
||||
lazy.plugins."yazi.nvim" = {
|
||||
package = pkgs.vimPlugins.yazi-nvim;
|
||||
setupModule = "yazi";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue