去除日志

This commit is contained in:
chuyanlong 2025-09-28 22:10:47 +08:00
parent ca5c3c5f32
commit a03125cee6

View file

@ -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