Get simple rg example to work
This commit is contained in:
29
README.md
29
README.md
@@ -2,28 +2,29 @@
|
||||
|
||||
Gaze deeply into unknown regions using the power of the moon.
|
||||
|
||||

|
||||
|
||||
## Goals
|
||||
|
||||
|
||||
pipeline different objects
|
||||
### Pipeline Different Objects
|
||||
|
||||
"finder"
|
||||
- executable: rg, git ls-files, ...
|
||||
- things in lua already
|
||||
- vim things
|
||||
(Please note, this section is still in progress)
|
||||
|
||||
"picker"
|
||||
- fzf
|
||||
- sk
|
||||
- does this always need to be fuzzy?
|
||||
"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
|
||||
|
||||
|
||||
"previewer":
|
||||
- sometimes built-in
|
||||
- sometimes a lua callback
|
||||
|
||||
fzf:
|
||||
- have a list of inputs
|
||||
|
||||
Reference in New Issue
Block a user