Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2022
1 parent ff24f49 commit 57bea32
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/lazy.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -496,11 +496,10 @@ sequence for more flexibility and better performance.
In practice this means that step 10 of |Neovim Initialization| is done by Lazy:


1. all files from `/plugin` and `/ftdetect` directories in you rtp are sourced (excluding `/after`)
2. all plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)
3. all plugins’ `/after/plugin` files are sourced
4. all `/after/plugin` files from the original rtp are sourced
5. all the plugins’ `init()` functions are executed
1. all plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)
2. all files from `/plugin` and `/ftdetect` directories in you rtp are sourced (excluding `/after`)
3. all `/after/plugin` files are sourced (this inludes `/after` from plugins)
4. all the plugins’ `init()` functions are executed


Files from runtime directories are always sourced in alphabetical order.
Expand Down

0 comments on commit 57bea32

Please sign in to comment.