diff --git a/docs/configuration/general.md b/docs/configuration/general.md index 07268ef1fe..a6057af23d 100644 --- a/docs/configuration/general.md +++ b/docs/configuration/general.md @@ -25,7 +25,7 @@ so you don't need to require those files manually. ``` :::danger -Do not `require` `autocmds`, `keymaps`, `lazy` or `options` under `lua/config/` or `lazyvim.config` manually. +Do not require `autocmds`, `keymaps`, `lazy` or `options` under `lua/config/` or `lazyvim.config` manually. **LazyVim** will load those files automatically. :::