style: wording

This commit is contained in:
Folke Lemaitre 2024-06-24 07:12:32 +02:00
parent 7dcc1c2e09
commit cb9c5a9bc1
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local M = {}
M.defaults = {
root = vim.fn.stdpath("data") .. "/lazy", -- directory where plugins will be installed
defaults = {
-- If you know what you're doing, you can set this to `true` to have all your plugins lazy-loaded by default.
-- Set this to `true` to have all your plugins lazy-loaded by default.
-- Only do this if you know what you are doing, as it can lead to unexpected behavior.
lazy = false, -- should plugins be lazy-loaded?
-- It's recommended to leave version=false for now, since a lot the plugin that support versioning,