nvim: which-key
This commit is contained in:
@ -262,4 +262,22 @@ require("lazy").setup({
|
||||
require("plugins.no-neck-pain")
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
key = {
|
||||
"<leader>"
|
||||
},
|
||||
config = function()
|
||||
require("plugins.which-key")
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"iamcco/markdown-preview.nvim",
|
||||
config = function()
|
||||
require("plugins.markdown-preview")
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user