From 78bbe66962423b00057be05d0bd6b6ec39695a32 Mon Sep 17 00:00:00 2001 From: Leon Pearce Date: Wed, 17 Sep 2025 21:54:10 +1000 Subject: [PATCH] fix: typo Incorrect highlighting of the word 'require' in docs/configuration/general.md --- 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 07268ef1f..a6057af23 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. :::