mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-02 02:55:40 +00:00
Streamed some refactoring. More work to do
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
line = "hello"
|
||||
prompt = "h"
|
||||
print(vim.inspect(vim.fn.systemlist(string.format(
|
||||
"echo '%s' | ~/tmp/fuzzy_test/target/debug/fuzzy_test '%s'",
|
||||
line,
|
||||
prompt
|
||||
))))
|
||||
Reference in New Issue
Block a user