mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
c3a0d444f6
commit
835731f102
|
@ -1,4 +1,4 @@
|
||||||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 17
|
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 18
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *lazy.nvim-table-of-contents*
|
Table of Contents *lazy.nvim-table-of-contents*
|
||||||
|
@ -708,8 +708,8 @@ Example:
|
||||||
>lua
|
>lua
|
||||||
return {
|
return {
|
||||||
"folke/neodev.nvim",
|
"folke/neodev.nvim",
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
{ "folke/neoconf.nvim", cmd = "Neoconf" },
|
{ "folke/neoconf.nvim", cmd = "Neoconf" },
|
||||||
}
|
}
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue