remove cheatsheet.nvim for now
This commit is contained in:
parent
0b30ed27d5
commit
f3fe3d46c8
5 changed files with 0 additions and 78 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue