update example code

This commit is contained in:
Marshall McQuillen 2025-07-14 09:44:10 -06:00
commit 05b55a1970

View file

@ -64,7 +64,7 @@ require("lazy").setup({
-- highlight-start -- highlight-start
spec = { spec = {
-- import your plugins -- import your plugins
{ import = "plugins" }, { import = "config.plugins" },
}, },
-- highlight-end -- highlight-end
-- Configure any other settings here. See the documentation for more details. -- Configure any other settings here. See the documentation for more details.