summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/bindings/init.lua
blob: dea963f66ce3ba988ae098cfc986f57043eefb55 (plain) (blame)
1
2
3
4
5
6
7
return {
	{
		'folke/which-key.nvim',
		lazy = true,
		opts = {},
	},
}