add mapping cheatsheet (#244)
This commit is contained in:
parent
eaaefc236d
commit
c62e94923a
4 changed files with 54 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ return packer.startup(function()
|
|||
|
||||
use {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
cmd = "Telescope",
|
||||
after = "plenary.nvim",
|
||||
requires = {
|
||||
{
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
|
|
@ -182,6 +182,17 @@ return packer.startup(function()
|
|||
require("mappings").telescope_media()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"sudormrfbin/cheatsheet.nvim",
|
||||
disable = not plugin_status.cheatsheet,
|
||||
after = "telescope.nvim",
|
||||
config = function()
|
||||
require "plugins.chadsheet"
|
||||
end,
|
||||
setup = function()
|
||||
require("mappings").chadsheet()
|
||||
end,
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
require "plugins.telescope"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue