Skip to content

Why "use { }" for installing with Lazy? #46

@Oneechan69

Description

@Oneechan69

Right now in the documentation, it says to do this for install with lazy.nvim, why use { }?

use {
  "smjonas/live-command.nvim",
  -- live-command supports semantic versioning via Git tags
  -- tag = "2.*",
  config = function()
    require("live-command").setup()
  end,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions