navigation

This commit is contained in:
2025-05-07 00:25:07 +02:00
parent d7b6c3b450
commit c234f6957a
3 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,14 @@
return {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {},
keys = {
{
"<leader>?",
function()
require("which-key").show({global = false})
end,
desc = "Buffer local Keymaps (which-key)",
},
},
}