[nvim] feat: change telescope comment in packer.lua

This commit is contained in:
David JULIEN 2022-12-26 18:49:45 +01:00
parent 84f11353e6
commit 791919d058
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ return require("packer").startup(function()
config = function() require("plugin.treesitter") end
}
-- fuzzy finder
-- telescope
use {
"nvim-telescope/telescope.nvim",
requires = {