[Tags] Require readtags from universal-ctags

Close #1540
This commit is contained in:
Junegunn Choi
2024-04-25 20:02:14 +09:00
parent 45d96c9cb1
commit 503bb6fe9c
3 changed files with 31 additions and 16 deletions

View File

@@ -71,6 +71,12 @@ so you can omit it if you use a plugin manager that doesn't support hooks.
- `Ag` requires [The Silver Searcher (ag)][ag]
- `Rg` requires [ripgrep (rg)][rg]
- `Tags` and `Helptags` require Perl
- `Tags PREFIX` requires `readtags` command from [Universal Ctags](https://ctags.io/)
```sh
# Installing dependencies using Homebrew
brew install fzf bat ripgrep the_silver_searcher perl universal-ctags
```
Commands
--------
@@ -87,7 +93,7 @@ Commands
| `:RG [PATTERN]` | [rg][rg] search result; relaunch ripgrep on every keystroke |
| `:Lines [QUERY]` | Lines in loaded buffers |
| `:BLines [QUERY]` | Lines in the current buffer |
| `:Tags [QUERY]` | Tags in the project (`ctags -R`) |
| `:Tags [PREFIX]` | Tags in the project (`ctags -R`) |
| `:BTags [QUERY]` | Tags in the current buffer |
| `:Changes` | Changelist across all open buffers |
| `:Marks` | Marks |