Skip to content

Commit de38374

Browse files
chore(build): auto-generate vimdoc
1 parent 3a67d2a commit de38374

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/lazy.nvim.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -243,18 +243,18 @@ EXAMPLES ~
243243
end,
244244
},
245245

246-
-- the above could also be written as
246+
-- the above could also be written as:
247247
{
248248
"nvim-neorg/neorg",
249249
ft = "norg",
250-
config = true, -- run require("norg").setup()
250+
config = true, -- run require("neorg").setup()
251251
},
252252

253253
-- or set custom config
254254
{
255255
"nvim-neorg/neorg",
256256
ft = "norg",
257-
config = { foo = "bar" }, -- run require("norg").setup({foo = "bar"})
257+
config = { foo = "bar" }, -- run require("neorg").setup({foo = "bar"})
258258
},
259259

260260
{
@@ -686,7 +686,7 @@ For a real-life example, you can check my personal dots:
686686

687687
- init.lua <https://github.com/folke/dot/blob/master/config/nvim/init.lua> where I require `config.lazy`
688688
- config.lazy <https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua> where I bootstrap and setup **lazy.nvim**
689-
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins.lua> is my main plugin config module
689+
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins/init.lua> is my main plugin config module
690690
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/config/plugins> will be automatically loaded as well.
691691

692692

0 commit comments

Comments
 (0)