mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
So far, this is just based on mightymac. The other devices will be updated soon.
9 lines
178 B
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,
|
|
}
|