refesh directory tree
This commit is contained in:
25
.config/nvim/lua/plugins/which-key.lua
Normal file
25
.config/nvim/lua/plugins/which-key.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
return {
|
||||
-- Modify which-key keys
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
opts = function()
|
||||
require("which-key").register({
|
||||
["<leader>t"] = {
|
||||
name = "+test",
|
||||
},
|
||||
["<leader>gb"] = {
|
||||
name = "+blame",
|
||||
},
|
||||
["<leader>gd"] = {
|
||||
name = "+diffview",
|
||||
},
|
||||
["<leader>h"] = {
|
||||
name = "+harpoon",
|
||||
},
|
||||
["<leader>r"] = {
|
||||
name = "+run",
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user