Skip to content

Commit

Permalink
docs: rename plugin-manager.md to plugin-management.md (#236)
Browse files Browse the repository at this point in the history
To be clear, yazi.nvim does almost nothing, with lazy.nvim doing all the
heavy lifting.

Also I now consider the plugin management system stable, as it has been
working with no issues for a few months now in my own use.
  • Loading branch information
mikavilpas authored Jul 21, 2024
1 parent 2c2d1a9 commit 009c930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ open yazi in a floating window in Neovim.
buffers in Neovim
- The files are also kept in sync with currently running LSP servers
- Customizable keybindings
- 🆕 Plugin manager for Yazi plugins and flavors
- 🆕 Plugin management for Yazi plugins and flavors
([documentation](./documentation/plugin-manager.md)). Please provide your
feedback!
- Features available if you are using a development version of yazi (see
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The yazi.nvim plugin manager
# Yazi plugin management

Yazi.nvim ships with _experimental plugin manager_ support for lazy.nvim. It
allows you to fully manage your yazi and neovim plugins from inside neovim.
Yazi.nvim ships with plugin management support when using lazy.nvim. It allows
you to fully manage your yazi and neovim plugins from inside neovim.

![lazy.nvim showing available updates for yazi.nvim and some yazi plugins](https://github.com/user-attachments/assets/20a922e5-541e-453e-a032-c5456f07fa13)

Expand Down Expand Up @@ -82,7 +82,7 @@ The way it works is the following:
- you manually add any plugin specific Yazi keybindings to your Yazi
configuration

The benefits of using the yazi.nvim plugin manager are:
The benefits of using lazy.nvim as a plugin manager are:

- See all installed plugins in one place in the excellent lazy.nvim dashboard
- Preview incoming updates before installing them
Expand All @@ -109,10 +109,6 @@ The benefits of using the yazi.nvim plugin manager are:
>
> Right now, it's not known if it works on Windows. Please report any issues.
As the Yazi plugin system is currently in beta, the yazi.nvim plugin manager is
subject to change. Users seeking stability are encouraged to use the official
plugin manager.

## More technical details and examples

> [!NOTE]
Expand Down

0 comments on commit 009c930

Please sign in to comment.