mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
feat: configurable default pinning of plugins
This commit is contained in:
parent
89ddc59d19
commit
ddcafa726f
4 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@ M.defaults = {
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue