mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
980cfa95f3
commit
1e163632e4
|
@ -55,6 +55,7 @@ REQUIREMENTS *lazy.nvim-requirements*
|
||||||
- Neovim >= **0.8.0** (needs to be built with **LuaJIT**)
|
- Neovim >= **0.8.0** (needs to be built with **LuaJIT**)
|
||||||
- Built for **Linux** and **MacOS**
|
- Built for **Linux** and **MacOS**
|
||||||
- Git >= **2.19.0** (for partial clones support)
|
- Git >= **2.19.0** (for partial clones support)
|
||||||
|
- a Nerd Font <https://www.nerdfonts.com/> **_(optional)_**
|
||||||
|
|
||||||
|
|
||||||
INSTALLATION *lazy.nvim-installation*
|
INSTALLATION *lazy.nvim-installation*
|
||||||
|
@ -363,6 +364,29 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
|
If you don’t want to use a Nerd Font, you can replace the icons with Unicode symbols.
|
||||||
|
|
||||||
|
>lua
|
||||||
|
{
|
||||||
|
ui = {
|
||||||
|
icons = {
|
||||||
|
cmd = "⌘",
|
||||||
|
config = "",
|
||||||
|
event = "",
|
||||||
|
ft = "",
|
||||||
|
init = "",
|
||||||
|
keys = "",
|
||||||
|
plugin = "",
|
||||||
|
runtime = "",
|
||||||
|
source = "",
|
||||||
|
start = "",
|
||||||
|
task = "",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
<
|
||||||
|
|
||||||
|
|
||||||
USAGE *lazy.nvim-usage*
|
USAGE *lazy.nvim-usage*
|
||||||
|
|
||||||
You can manage all your plugins with the main `:Lazy` command. Alternatively
|
You can manage all your plugins with the main `:Lazy` command. Alternatively
|
||||||
|
|
Loading…
Reference in New Issue