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
spec = {
-- import your plugins
{ import = "plugins" },
{ import = "config.plugins" },
},
-- highlight-end
-- Configure any other settings here. See the documentation for more details.