From 3d41a0ff290836204d146c3beeee37675218e3cc Mon Sep 17 00:00:00 2001 From: hey-leon Date: Fri, 24 Apr 2026 14:04:37 +1000 Subject: [PATCH] fix: typo --- docs/configuration/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/general.md b/docs/configuration/general.md index 42b80ab11..e649d5889 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. :::