remove cheatsheet.nvim for now

This commit is contained in:
siduck76 2021-09-24 18:22:04 +05:30
parent 0b30ed27d5
commit f3fe3d46c8
5 changed files with 0 additions and 78 deletions

View file

@ -272,20 +272,7 @@ 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",