format: nvim-telescope requirements
This commit is contained in:
parent
c4c010b067
commit
8bbc5d7097
@ -30,7 +30,7 @@ return require("packer").startup(function()
|
|||||||
-- fuzzy finder
|
-- fuzzy finder
|
||||||
use {
|
use {
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
requires = {{"nvim-lua/popup.nvim"}, {"nvim-lua/plenary.nvim"}},
|
requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
|
||||||
opt = true,
|
opt = true,
|
||||||
cmd = {"Telescope"}
|
cmd = {"Telescope"}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user