feat: install latest stable release of lazy.nvim and LazyVim

This commit is contained in:
Folke Lemaitre 2023-01-22 15:15:08 +01:00
parent 254d0ca261
commit 8bc321bb55
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 10 additions and 1 deletions

View file

@ -136,6 +136,14 @@ function M.update2()
general = M.general(),
}, docs .. "/configuration/general.md")
Docs.save({
lazy = {
content = [[```lua title="lua/config/lazy.lua"]] .. "\n" .. Util.read_file(
vim.fn.fnamemodify(root .. "/../LazyVim-starter/lua/config/lazy.lua", ":p")
) .. "\n```",
},
}, docs .. "/configuration/lazy.nvim.md")
Docs.save({
keymaps = M.keymaps(),
}, docs .. "/keymaps.md")