chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-19 18:10:49 +00:00
parent 980cfa95f3
commit 1e163632e4
1 changed files with 24 additions and 0 deletions

View File

@ -55,6 +55,7 @@ REQUIREMENTS *lazy.nvim-requirements*
- Neovim >= **0.8.0** (needs to be built with **LuaJIT**)
- Built for **Linux** and **MacOS**
- Git >= **2.19.0** (for partial clones support)
- a Nerd Font <https://www.nerdfonts.com/> **_(optional)_**
INSTALLATION *lazy.nvim-installation*
@ -363,6 +364,29 @@ CONFIGURATION *lazy.nvim-configuration*
<
If you dont 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*
You can manage all your plugins with the main `:Lazy` command. Alternatively