Skip to content
Discussion options

You must be logged in to vote

Oh you're trying to use the built-in package manager as if it's lazy.nvim. The opts goes into the setup({}) call and the version can be specified like version = vim.version.range('*') in the vim.pack call. You have to add the dependencies via pack.add directly, dependencies doesn't exist. You should read through the vim.pack docs, they're quite good.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@resistorsoftware
Comment options

@resistorsoftware
Comment options

@Saghen
Comment options

Answer selected by Saghen
@resistorsoftware
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants