This commit is contained in:
Marshall McQuillen 2025-07-14 09:45:48 -06:00 committed by GitHub
commit 0a4f9fa4a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.