mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-30 15:44:50 +02:00
feat: added NEWS.md and option to automatically show when changed (enabled by default)
This commit is contained in:
parent
442077fca3
commit
73acab1675
5 changed files with 153 additions and 9 deletions
|
@ -125,7 +125,7 @@ map("n", "<leader>qq", "<cmd>qa<cr>", { desc = "Quit all" })
|
|||
map("n", "<leader>ui", vim.show_pos, { desc = "Inspect Pos" })
|
||||
|
||||
-- LazyVim Changelog
|
||||
map("n", "<leader>L", Util.changelog, {desc = "LazyVim Changelog"})
|
||||
map("n", "<leader>L", function() Util.news.changelog() end, { desc = "LazyVim Changelog" })
|
||||
|
||||
-- floating terminal
|
||||
local lazyterm = function() Util.terminal(nil, { cwd = Util.root() }) end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue