mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-24 23:25:05 +00:00
9 lines
165 B
Lua
9 lines
165 B
Lua
|
|
line = "hello"
|
|
prompt = "h"
|
|
print(vim.inspect(vim.fn.systemlist(string.format(
|
|
"echo '%s' | ~/tmp/fuzzy_test/target/debug/fuzzy_test '%s'",
|
|
line,
|
|
prompt
|
|
))))
|