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