remove cheatsheet.nvim
This commit is contained in:
parent
3d0a0e53f7
commit
cc48bfb5c8
4 changed files with 1 additions and 73 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue