1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: added which-key for keybinding preview

This commit is contained in:
2023-12-13 05:42:38 +01:00
parent dca524be17
commit 50bf778d2b
2 changed files with 86 additions and 74 deletions

View File

@@ -0,0 +1,9 @@
return {
-- improved keybindings, previewing them
{
"b0o/mapx.nvim",
dependencies = {
"folke/which-key.nvim",
}
}
}