From cfddae42f59eacbd792a8853be089f4711bbf4ba Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 20 Aug 2020 23:41:53 -0400 Subject: WIP: Actually get the UI to work and add some tests --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 03fabc7..f318b39 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Gaze deeply into unknown regions using the power of the moon. ![Example](./media/simple_rg_v1.gif) +## 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 -- cgit v1.2.3