From 05b55a19706a834cd7d943d1cae8af1d39044303 Mon Sep 17 00:00:00 2001 From: Marshall McQuillen Date: Mon, 14 Jul 2025 09:44:10 -0600 Subject: [PATCH] update example code --- docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.mdx b/docs/installation.mdx index d8a0327..0b95248 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -64,7 +64,7 @@ require("lazy").setup({ -- highlight-start spec = { -- import your plugins - { import = "plugins" }, + { import = "config.plugins" }, }, -- highlight-end -- Configure any other settings here. See the documentation for more details.