Initial commit
This commit is contained in:
15
lua/plugins/cheatsheet.lua
Normal file
15
lua/plugins/cheatsheet.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
"sudormrfbin/cheatsheet.nvim",
|
||||
cmd = { "Cheatsheet" },
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"nvim-lua/popup.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("cheatsheet").setup({
|
||||
bundled_cheatsheets = true,
|
||||
bundled_plugin_cheatsheets = true,
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user