mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
docs(telescope): documented Telescope find files. Fixes #1425
This commit is contained in:
parent
d03f708cd3
commit
d012a1acb8
1 changed files with 4 additions and 1 deletions
|
@ -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",
|
"nvim-telescope/telescope.nvim",
|
||||||
commit = vim.fn.has("nvim-0.9.0") == 0 and "057ee0f8783" or nil,
|
commit = vim.fn.has("nvim-0.9.0") == 0 and "057ee0f8783" or nil,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue