Skip to content

docs: Add lazy.nvim to installation docs#465

Open
woodevin wants to merge 1 commit intosindrets:mainfrom
woodevin:main
Open

docs: Add lazy.nvim to installation docs#465
woodevin wants to merge 1 commit intosindrets:mainfrom
woodevin:main

Conversation

@woodevin
Copy link

No description provided.

Copy link

@josealvaradoo josealvaradoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great 👌🏻

@Balake
Copy link

Balake commented Aug 5, 2024

@woodevin I had to do lazy = false, not sure if that's true for all installations.

@amiv1
Copy link

amiv1 commented Nov 24, 2024

@woodevin I had to do lazy = false, not sure if that's true for all installations.

It's better to specify either event or a command to make it load on demand, instead of during nvim startup.

{
  "sindrets/diffview.nvim",
  cmd = { "DiffviewOpen" },
}

Docs: https://lazy.folke.io/spec#spec-lazy-loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants