Skip to content

Commit cab4682

Browse files
chore(build): auto-generate vimdoc
1 parent 908d718 commit cab4682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/lazy.nvim.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ CONFIGURATION *lazy.nvim-configuration*
460460
rtp = {
461461
reset = true, -- reset the runtime path to $VIMRUNTIME and your config directory
462462
---@type string[]
463-
paths = {}, -- add any custom paths here that you want to indluce in the rtp
463+
paths = {}, -- add any custom paths here that you want to include in the rtp
464464
---@type string[] list any plugins you want to disable here
465465
disabled_plugins = {
466466
-- "gzip",
@@ -671,7 +671,7 @@ In practice this means that step 10 of |Neovim Initialization| is done by Lazy:
671671
1. all the plugins’ `init()` functions are executed
672672
2. all plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)
673673
3. all files from `/plugin` and `/ftdetect` directories in you rtp are sourced (excluding `/after`)
674-
4. all `/after/plugin` files are sourced (this inludes `/after` from plugins)
674+
4. all `/after/plugin` files are sourced (this includes `/after` from plugins)
675675

676676

677677
Files from runtime directories are always sourced in alphabetical order.

0 commit comments

Comments
 (0)