Skip to content

Commit 14300b3

Browse files
chore(build): auto-generate vimdoc
1 parent 78e9d6c commit 14300b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/lazy.nvim.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ REQUIREMENTS *lazy.nvim-requirements*
6161

6262
INSTALLATION *lazy.nvim-installation*
6363

64-
You can use the following Lua code to bootstrap **lazy.nvim**
64+
You can add the following Lua code to your `init.lua` to bootstrap
65+
**lazy.nvim**
6566

6667
>lua
6768
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
@@ -95,6 +96,8 @@ Next step is to add **lazy.nvim** to the top of your `init.lua`
9596

9697
>lua
9798
-- example using a list of specs with the default options
99+
vim.g.mapleader = " " -- make sure to set `mapleader` before lazy so your mappings are correct
100+
98101
require("lazy").setup({
99102
"folke/which-key.nvim",
100103
{ "folke/neoconf.nvim", cmd = "Neoconf" },

0 commit comments

Comments
 (0)