diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
