Actually Stowing Files
This commit is contained in:
parent
0f42a6b9c3
commit
500aecaea1
752 changed files with 1 additions and 67593 deletions
18
vim/.config/nvim/lua/plugins/which-key.lua
Normal file
18
vim/.config/nvim/lua/plugins/which-key.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>?",
|
||||
function()
|
||||
require("which-key").show({ global = false })
|
||||
end,
|
||||
desc = "Buffer Local Keymaps (which-key)",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue