Merge branch 'master' into nvim-lua-master

This commit is contained in:
Azrod 2024-03-27 23:04:17 +01:00 committed by GitHub
commit b27fd34637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -313,8 +313,8 @@ require('lazy').setup({
end, end,
}, },
}, },
--
-- NOTE: Plugins can also be configured to run Lua code when they are loaded. -- NOTE: Plugins can also be configured to run lua code when they are loaded.
-- --
-- This is often very useful to both group configuration, as well as handle -- This is often very useful to both group configuration, as well as handle
-- lazy loading plugins that don't need to be loaded immediately at startup. -- lazy loading plugins that don't need to be loaded immediately at startup.