mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
a026f73953
commit
8a6379eddd
|
@ -103,9 +103,9 @@ It is recommended to run `:checkhealth lazy` after installation.
|
|||
|
||||
PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec*
|
||||
|
||||
--------------------------------------------------------------------------------------------------------------------------------
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
Property Type Description
|
||||
-------------- ------------------------------------------------------------ ----------------------------------------------------
|
||||
-------------- ---------------------------------------------------------------- ----------------------------------------------------
|
||||
[1] string? Short plugin url. Will be expanded using
|
||||
config.git.url_format
|
||||
|
||||
|
@ -192,8 +192,8 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec*
|
|||
ft string? or string[] or Lazy-load on filetype
|
||||
fun(self:LazyPlugin, ft:string[]):string[]
|
||||
|
||||
keys string? or string[] or LazyKeys[] or Lazy-load on key mapping
|
||||
fun(self:LazyPlugin, keys:string[]):(string \| LazyKeys)[]
|
||||
keys string? or string[] or LazyKeysSpec[] or Lazy-load on key mapping
|
||||
fun(self:LazyPlugin, keys:string[]):(string \| LazyKeysSpec)[]
|
||||
|
||||
module false? Do not automatically load this Lua module when it’s
|
||||
required somewhere
|
||||
|
@ -209,7 +209,7 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec*
|
|||
optional. This is mainly useful for Neovim distros,
|
||||
to allow setting options on plugins that may/may not
|
||||
be part of the user’s plugins
|
||||
--------------------------------------------------------------------------------------------------------------------------------
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
LAZY LOADING ~
|
||||
|
||||
|
|
Loading…
Reference in New Issue