WIP: Actually get the UI to work and add some tests
This commit is contained in:
10
README.md
10
README.md
@@ -4,6 +4,13 @@ Gaze deeply into unknown regions using the power of the moon.
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
```vim
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'nvim-lua/telescope.nvim'
|
||||
```
|
||||
|
||||
## Goals
|
||||
|
||||
|
||||
@@ -26,6 +33,9 @@ Gaze deeply into unknown regions using the power of the moon.
|
||||
- sometimes built-in
|
||||
- sometimes a lua callback
|
||||
|
||||
|
||||
As an example, you could pipe your inputs into fzf, and then it can sort them for you.
|
||||
|
||||
fzf:
|
||||
- have a list of inputs
|
||||
- i have a prompt/things people typed
|
||||
|
||||
Reference in New Issue
Block a user