From 1e163632e46454bb272202bed6c9d75f7115c534 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Dec 2022 18:10:49 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index a24521a..13ecad5 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -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 **_(optional)_** 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* You can manage all your plugins with the main `:Lazy` command. Alternatively