mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-07 00:06:34 +00:00
docs: wording
This commit is contained in:
parent
0da470afa4
commit
785127943a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ sidebar_position: 5
|
||||||
{
|
{
|
||||||
root = vim.fn.stdpath("data") .. "/lazy", -- directory where plugins will be installed
|
root = vim.fn.stdpath("data") .. "/lazy", -- directory where plugins will be installed
|
||||||
defaults = {
|
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.
|
-- Only do this if you know what you are doing, as it can lead to unexpected behavior.
|
||||||
lazy = false, -- should plugins be lazy-loaded?
|
lazy = false, -- should plugins be lazy-loaded?
|
||||||
-- It's recommended to leave version=false for now, since a lot the plugin that support versioning,
|
-- It's recommended to leave version=false for now, since a lot the plugin that support versioning,
|
||||||
|
|
Loading…
Add table
Reference in a new issue