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*
|
PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec*
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Property Type Description
|
Property Type Description
|
||||||
-------------- ------------------------------------------------------------ ----------------------------------------------------
|
-------------- ---------------------------------------------------------------- ----------------------------------------------------
|
||||||
[1] string? Short plugin url. Will be expanded using
|
[1] string? Short plugin url. Will be expanded using
|
||||||
config.git.url_format
|
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
|
ft string? or string[] or Lazy-load on filetype
|
||||||
fun(self:LazyPlugin, ft:string[]):string[]
|
fun(self:LazyPlugin, ft:string[]):string[]
|
||||||
|
|
||||||
keys string? or string[] or LazyKeys[] or Lazy-load on key mapping
|
keys string? or string[] or LazyKeysSpec[] or Lazy-load on key mapping
|
||||||
fun(self:LazyPlugin, keys:string[]):(string \| LazyKeys)[]
|
fun(self:LazyPlugin, keys:string[]):(string \| LazyKeysSpec)[]
|
||||||
|
|
||||||
module false? Do not automatically load this Lua module when it’s
|
module false? Do not automatically load this Lua module when it’s
|
||||||
required somewhere
|
required somewhere
|
||||||
|
@ -209,7 +209,7 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec*
|
||||||
optional. This is mainly useful for Neovim distros,
|
optional. This is mainly useful for Neovim distros,
|
||||||
to allow setting options on plugins that may/may not
|
to allow setting options on plugins that may/may not
|
||||||
be part of the user’s plugins
|
be part of the user’s plugins
|
||||||
--------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
LAZY LOADING ~
|
LAZY LOADING ~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue