feat: configurable default pinning of plugins

This commit is contained in:
Xarvex 2024-06-06 21:12:54 -05:00
commit ddcafa726f
No known key found for this signature in database
GPG key ID: A743BDBA677BE86D
4 changed files with 6 additions and 0 deletions

View file

@ -404,6 +404,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
defaults = {
lazy = false, -- should plugins be lazy-loaded?
version = nil,
pin = false,
-- default `cond` you can use to globally disable a lot of plugins
-- when running inside vscode for example
cond = nil, ---@type boolean|fun(self:LazyPlugin):boolean|nil