diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-07-15 00:05:14 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-07-15 00:05:14 -0400 |
| commit | 69d4cd3899845d84767fa0e2ff9c8234e9dcbf84 (patch) | |
| tree | 4cdce2c77f17d9d79235c2ea64b2879e2c77d93e /README.md | |
Initial commit after stream
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9fc9ad --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# telescope.nvim + +Gaze deeply into unknown regions using the power of the moon. + +## Goals + + +pipeline different objects + +"finder" + - executable: rg, git ls-files, ... + - things in lua already + - vim things + +"picker" + - fzf + - sk + - does this always need to be fuzzy? + + - you'll map what you want to do with vimscript / lua mappings + +"previewer" + - sometimes built-in + - sometimes a lua callback + + + +fzf: +- have a list of inputs +- i have a prompt/things people typed +- instantly return the stuff via stdout |
