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