mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
去除日志
This commit is contained in:
parent
ca5c3c5f32
commit
a03125cee6
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ map("n", "<leader>ui", vim.show_pos, { desc = "Inspect Pos" })
|
|||
map("n", "<leader>uI", function() vim.treesitter.inspect_tree() vim.api.nvim_input("I") end, { desc = "Inspect Tree" })
|
||||
|
||||
-- LazyVim Changelog
|
||||
map("n", "<leader>L", function() LazyVim.news.changelog() end, { desc = "LazyVim Changelog" })
|
||||
map("n", "<leader>l","<cmd>Lazy<cr>", { desc = "Lazy" })
|
||||
|
||||
-- floating terminal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue