File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ CONFIGURATION *lazy.nvim-configuration*
460
460
rtp = {
461
461
reset = true, -- reset the runtime path to $VIMRUNTIME and your config directory
462
462
---@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
464
464
---@type string[] list any plugins you want to disable here
465
465
disabled_plugins = {
466
466
-- "gzip",
@@ -671,7 +671,7 @@ In practice this means that step 10 of |Neovim Initialization| is done by Lazy:
671
671
1. all the plugins’ `init ()` functions are executed
672
672
2. all plugins with `lazy= false` are loaded. This includes sourcing `/plugin ` and `/ftdetect` files. (`/after` will not be sourced yet)
673
673
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)
675
675
676
676
677
677
Files from runtime directories are always sourced in alphabetical order.
You can’t perform that action at this time.
0 commit comments