docs(telescope): documented Telescope find files. Fixes #1425

This commit is contained in:
Folke Lemaitre 2023-09-28 11:24:20 +02:00
parent d03f708cd3
commit d012a1acb8
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -82,7 +82,10 @@ return {
},
},
-- fuzzy finder
-- Fuzzy finder.
-- The default key bindings to find files will use Telescope's
-- `find_files` or `git_files` depending on whether the
-- directory is a git repo.
{
"nvim-telescope/telescope.nvim",
commit = vim.fn.has("nvim-0.9.0") == 0 and "057ee0f8783" or nil,