diff options
| author | fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> | 2022-01-11 22:00:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 22:00:31 +0100 |
| commit | 015a35626d5a293dc9c19dc2bb301f25850961f6 (patch) | |
| tree | 9449dd24c76fb2bb708d59709f1ceb3e11c19d0f /README.md | |
| parent | c54fc1733e440ebe730f68a838c54c7c7e70e6fd (diff) | |
break!: remove file_browser from builtins (#1453)
The file_browser now has been fully removed.
Please move to github.com/nvim-telescope/telescope-file-browser.nvim
for a more featureful extension that replaces the builtin file browser.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -259,7 +259,6 @@ Built-in functions. Ready to be bound to any key you like. | `builtin.git_files` | Fuzzy search through the output of `git ls-files` command, respects .gitignore, optionally ignores untracked files | | `builtin.grep_string` | Searches for the string under your cursor in your current working directory | | `builtin.live_grep` | Search for a string in your current working directory and get results live as you type (respecting .gitignore) | -| `builtin.file_browser` | Lists files and folders in your current working directory, open files, navigate your filesystem, and create new files and folders | ### Vim Pickers |
