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.