mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: added module=false
to skip auto-loading of plugins on require
This commit is contained in:
parent
55d194cf9c
commit
1efa710210
3 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,7 @@ local M = {}
|
|||
---@field cmd? string[]
|
||||
---@field ft? string[]
|
||||
---@field keys? string[]
|
||||
---@field module? false
|
||||
|
||||
---@class LazyPluginRef
|
||||
---@field branch? string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue