folke / lazy.nvim

💤 A modern plugin manager for Neovim
https://lazy.folke.io/
Apache License 2.0
14.32k stars 344 forks source link

docs(commands): fix command ordering for sync #1661

Closed GertBurger closed 2 months ago

GertBurger commented 2 months ago

Description

After a discussion on Slack we noticed that the description of the sync command is a bit vague. Some people, including myself, assumed clean/install/update referred to build steps being performed per plugin.

Another person mentioned they thought it referred to the Lazy commands, which does make more sense. They also noticed that the order of the commands do not match the source code.

So this PR corrects the order, assuming it was meant to be ordered, and mentions that those are commands for clarity.

folke commented 2 months ago

ty

folke commented 2 months ago

I merged it, but ony saw now you did this in the txt file. All the docs are auto-generated fom markdown files on the docs branch. You'll have to make the change there to make it effective

GertBurger commented 2 months ago

My bad :P ill make a new PR. Anything else (except the PR naming)?