added which-key
This commit is contained in:
1 parent
cb4c249350
commit
b979d13320
1 file changed
+12
@@ -18,4 +18,16 @@ return {
|
|||||||
end,
|
end,
|
||||||
dependencies = 'nvim-lua/plenary.nvim'
|
dependencies = 'nvim-lua/plenary.nvim'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"folke/which-key.nvim",
|
||||||
|
config = function()
|
||||||
|
vim.o.timeout = true
|
||||||
|
vim.o.timeoutlen = 300
|
||||||
|
require("which-key").setup({
|
||||||
|
-- your configuration comes here
|
||||||
|
-- or leave it empty to use the default settings
|
||||||
|
-- refer to the configuration section below
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
Reference in new issue
Block a user