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