remove cheatsheet.nvim

This commit is contained in:
siduck76 2021-09-24 18:57:36 +05:30
parent 3d0a0e53f7
commit cc48bfb5c8
4 changed files with 1 additions and 73 deletions

View file

@ -263,18 +263,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 = override_req("cheatsheet", "plugins.configs.cheatsheet"),
setup = function()
require("core.mappings").cheatsheet()
end,
},
{
"nvim-telescope/telescope-fzf-native.nvim",
run = "make",