From e1e8d2f0f6e1cc1df3430458453a817cbd287bed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Mar 2024 16:32:44 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 2f30f42..3e61949 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -90,6 +90,7 @@ Nextstep is to add **lazy.nvim** below the code added in the prior step in >lua -- Example using a list of specs with the default options vim.g.mapleader = " " -- Make sure to set `mapleader` before lazy so your mappings are correct + vim.g.maplocalleader = "\\" -- Same for `maplocalleader` require("lazy").setup({ "folke/which-key.nvim", @@ -653,7 +654,7 @@ Any command can have a **bang** to make the command wait till it finished. For example, if you want to sync lazy from the cmdline, you can use: >shell - $ nvim --headless "+Lazy! sync" +qa + nvim --headless "+Lazy! sync" +qa < `opts` is a table with the following key-values: