mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
[WIP]: Tue 15 Sep 2020 04:54:27 PM EDT
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local uv = vim.loop
|
||||
|
||||
local pipe = uv.new_pipe(false)
|
||||
|
||||
pipe:bind('/tmp/sock.test_2')
|
||||
pipe:read_start(function(...)
|
||||
print('we readin from this pipe')
|
||||
print(...)
|
||||
end)
|
||||
pipe:write("hello??")
|
||||
Reference in New Issue
Block a user