Revert "remove cheatsheet.nvim for now"

This reverts commit f3fe3d46c8.
This commit is contained in:
siduck76 2021-09-24 18:31:42 +05:30
parent f3fe3d46c8
commit 22f89cfeef
5 changed files with 78 additions and 0 deletions

View file

@ -272,7 +272,20 @@ return packer.startup(function()
use {
"nvim-telescope/telescope.nvim",
cmd = "Telescope",
-- because cheatsheet is not activated by a teleacope command
module = "cheatsheet",
requires = {
{
"sudormrfbin/cheatsheet.nvim",
disable = not plugin_status.cheatsheet,
after = "telescope.nvim",
config = function()
require "plugins.configs.chadsheet"
end,
setup = function()
require("core.mappings").chadsheet()
end,
},
{
"nvim-telescope/telescope-fzf-native.nvim",
run = "make",