Usage note

This commit is contained in:
TJ DeVries
2020-08-24 12:51:24 -04:00
parent 1995ca53f3
commit 0c7b191afd
2 changed files with 12 additions and 3 deletions

View File

@@ -11,6 +11,16 @@ Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-lua/telescope.nvim'
```
## Usage
(I will write a longer description later about how to create each of the objects described in Pipeline)
There is currently a fuzzy finder for git files builtin:
```
require('telescope').builtin.git_files()
```
## Goals