dots/modules/home-manager/files/nvim/lua/disabled/cheatsheet.lua

9 lines
178 B
Lua

return {
"sudormrfbin/cheatsheet.nvim",
dependencies = {
'nvim-telescope/telescope.nvim',
'nvim-lua/popup.nvim',
'nvim-lua/plenary.nvim',
},
config = true,
}