mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
214 stars 7 forks source link

feat: lazy.nvim users no longer need to specify dependencies #144

Closed mikavilpas closed 4 days ago

mikavilpas commented 4 days ago

As of lazy.nvim 11, packages can now specify their own dependencies and configuration. This means that users of lazy.nvim no longer need to specify plenary.nvim as a dependency. If any dependencies are added in the future, they will be automatically installed by lazy.nvim.

This is a backwards-compatible change.

https://lazy.folke.io/news#11x