user_config : add option to disable telescope media plugin
This commit is contained in:
parent
91c8736146
commit
f805cb1cbd
3 changed files with 29 additions and 15 deletions
|
|
@ -177,7 +177,11 @@ return packer.startup(
|
|||
run = "make"
|
||||
},
|
||||
{
|
||||
"nvim-telescope/telescope-media-files.nvim"
|
||||
"nvim-telescope/telescope-media-files.nvim",
|
||||
disable = plugin_status.telescope_media,
|
||||
setup = function()
|
||||
require "mappings".telescope_media()
|
||||
end
|
||||
}
|
||||
},
|
||||
config = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue