Skip to content

Commit 17d9c93

Browse files
chore(build): auto-generate vimdoc
1 parent 0b50768 commit 17d9c93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: doc/lazy.nvim.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ In practice this means that step 10 of |Neovim Initialization| is done by Lazy:
768768

769769
1. All the plugins’ `init()` functions are executed
770770
2. All plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)
771-
3. All files from `/plugin` and `/ftdetect` directories in you rtp are sourced (excluding `/after`)
771+
3. All files from `/plugin` and `/ftdetect` directories in your rtp are sourced (excluding `/after`)
772772
4. All `/after/plugin` files are sourced (this includes `/after` from plugins)
773773

774774
Files from runtime directories are always sourced in alphabetical order.
@@ -859,8 +859,8 @@ PACKER.NVIM ~
859859
- `lock` `pin`
860860
- `disable=true` `enabled = false`
861861
- `tag='*'` `version="*"`
862-
- `after` **not needed** for most use-cases. Use `dependencies` otherwise.
863-
- `wants` **not needed** for most use-cases. Use `dependencies` otherwise.
862+
- `after` is **not needed** for most use-cases. Use `dependencies` otherwise.
863+
- `wants` is **not needed** for most use-cases. Use `dependencies` otherwise.
864864
- `config` don’t support string type, use `fun(LazyPlugin)` instead.
865865
- `module` is auto-loaded. No need to specify
866866
- `keys` spec is |lazy.nvim-different|
@@ -979,7 +979,7 @@ If your plugin needs a build step, you can create a file `build.lua` or
979979
`build/init.lua` in the root of your repo. This file will be loaded when the
980980
plugin is installed or updated.
981981

982-
This makes it easier for users, so they no longer need to specify a `build`
982+
This makes it easier for users, as they no longer need to specify a `build`
983983
command.
984984

985985

0 commit comments

Comments
 (0)