mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +02:00
feat(buffer)!: remove <leader>b[
, <leader>b]
in favor of ]b
and [b
This commit is contained in:
parent
c2693e2d16
commit
3362f0abc4
3 changed files with 9 additions and 14 deletions
|
@ -101,7 +101,7 @@ function M.update2()
|
|||
|
||||
Docs.save({
|
||||
plugins = Docs.plugins(core.plugins),
|
||||
}, docs .. "/plugins/plugins.md")
|
||||
}, docs .. "/plugins/index.md")
|
||||
|
||||
---@type string[]
|
||||
local plugins = {}
|
||||
|
@ -139,10 +139,10 @@ require("lazy").setup({
|
|||
local examples = vim.fn.fnamemodify(root .. "/../LazyVim-starter/lua/plugins/example.lua", ":p")
|
||||
Docs.save({
|
||||
examples = Util.read_file(examples):gsub("^[^\n]+\n[^\n]+\n[^\n]+\n", ""),
|
||||
}, docs .. "/configuration/examples.md")
|
||||
}, docs .. "/configuration/09-examples.md")
|
||||
Docs.save({
|
||||
config = Docs.extract("lua/lazyvim/config/init.lua", "\nlocal defaults = ({.-\n})"),
|
||||
}, docs .. "/configuration/lazyvim.md")
|
||||
}, docs .. "/configuration/01-lazyvim.md")
|
||||
end
|
||||
|
||||
function M.update()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue