format: nvim-telescope requirements

This commit is contained in:
David JULIEN 2021-05-25 16:31:31 +02:00
parent c4c010b067
commit 8bbc5d7097
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ return require("packer").startup(function()
-- fuzzy finder
use {
"nvim-telescope/telescope.nvim",
requires = {{"nvim-lua/popup.nvim"}, {"nvim-lua/plenary.nvim"}},
requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
opt = true,
cmd = {"Telescope"}
}