mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
a977a7ab21
commit
dac844ed61
|
@ -1,4 +1,4 @@
|
|||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 22
|
||||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 30
|
||||
|
||||
==============================================================================
|
||||
Table of Contents *lazy.nvim-table-of-contents*
|
||||
|
@ -813,7 +813,7 @@ For example, to import LazyVim core plugins and an optional plugin:
|
|||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "lazyvim.plugins.extras.coding.copilot" },
|
||||
}
|
||||
)
|
||||
})
|
||||
<
|
||||
|
||||
When you import specs, you can override them by simply adding a spec for the
|
||||
|
|
Loading…
Reference in New Issue