1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-08 16:11:16 +01:00
Files
dotfiles/.config/nvim/lua/plugins/mapx.lua

10 lines
146 B
Lua

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