Feat: symbols json picker (#303)

This commit is contained in:
Simon Hauser
2020-12-10 09:22:46 +01:00
committed by GitHub
parent a12d38bac3
commit df6b762b31
4 changed files with 57 additions and 0 deletions

View File

@@ -391,6 +391,7 @@ Built-in function ready to be bound to any key you like :smile:.
| `builtin.git_bcommits` | Lists buffer's git commits with diff preview and checkouts it out on enter. |
| `builtin.git_branches` | Lists all branches with log preview and checkout action. |
| `builtin.git_status` | Lists current changes per file with diff preview and add action. (Multiselection still WIP) |
| `builtin.symbols` | Lists symbols inside a file `data/telescope-sources/*.json` found in your rtp. More info and symbol sources can be found [here](https://github.com/nvim-telescope/telescope-symbols.nvim) |
| .................................. | Your next awesome finder function here :D |
#### Built-in Previewers