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:
9
.config/nvim/lua/plugins/mapx.lua
Normal file
9
.config/nvim/lua/plugins/mapx.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
-- improved keybindings, previewing them
|
||||
{
|
||||
"b0o/mapx.nvim",
|
||||
dependencies = {
|
||||
"folke/which-key.nvim",
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user