Skip to content

docs: Add lazy.nvim to installation docs#465

Open
woodevin wants to merge 1 commit into
sindrets:mainfrom
woodevin:main
Open

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

Conversation

@woodevin

Copy link
Copy Markdown

No description provided.

@josealvaradoo josealvaradoo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great 👌🏻

@Balake

Balake commented Aug 5, 2024

Copy link
Copy Markdown

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

@amiv1

amiv1 commented Nov 24, 2024

Copy link
Copy Markdown

@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