Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] 4f2b59bc9b chore(build): auto-generate docs 2024-09-16 08:05:36 +00:00
Tony Wang f870f6a54d
docs: neovim doc url (#1738)
## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

The anchor updated in nvim documentations.
2024-09-16 10:05:09 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -795,7 +795,7 @@ with a lazy extension in `lazy`.
completely (`vim.go.loadplugins = false`). It takes over the complete completely (`vim.go.loadplugins = false`). It takes over the complete
startup sequence for more flexibility and better performance. startup sequence for more flexibility and better performance.
In practice this means that step 10 of [Neovim Initialization](https://neovim.io/doc/user/starting.html#initialization) is done by Lazy: In practice this means that step 10 of [Neovim Initialization](https://neovim.io/doc/user/starting.html#_initialization) is done by Lazy:
1. All the plugins' `init()` functions are executed 1. All the plugins' `init()` functions are executed
2. All plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet) 2. All plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)

View File

@ -9,7 +9,7 @@ sidebar_position: 6
completely (`vim.go.loadplugins = false`). It takes over the complete completely (`vim.go.loadplugins = false`). It takes over the complete
startup sequence for more flexibility and better performance. startup sequence for more flexibility and better performance.
In practice this means that step 10 of [Neovim Initialization](https://neovim.io/doc/user/starting.html#initialization) is done by Lazy: In practice this means that step 10 of [Neovim Initialization](https://neovim.io/doc/user/starting.html#_initialization) is done by Lazy:
1. All the plugins' `init()` functions are executed 1. All the plugins' `init()` functions are executed
2. All plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet) 2. All plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)