mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
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,
|
|
}
|