mirror of
https://github.com/neovim/neovim.git
synced 2025-12-13 18:12:50 +00:00
docs(lua): add luv (vim.loop) reference manual (#19679)
Upstreamed from https://github.com/nanotee/luv-vimdocs with kind permission from @nanotee.
This commit is contained in:
@@ -187,6 +187,7 @@ Other ~
|
|||||||
|dev_style.txt| Nvim style guide
|
|dev_style.txt| Nvim style guide
|
||||||
|job_control.txt| Spawn and control multiple processes
|
|job_control.txt| Spawn and control multiple processes
|
||||||
|luaref.txt| Lua reference manual
|
|luaref.txt| Lua reference manual
|
||||||
|
|luvref.txt| Luv (|vim.loop|) reference manual
|
||||||
|
|
||||||
*standard-plugin-list*
|
*standard-plugin-list*
|
||||||
Standard plugins ~
|
Standard plugins ~
|
||||||
|
|||||||
@@ -516,8 +516,8 @@ management. Try this command to see available functions: >
|
|||||||
|
|
||||||
:lua print(vim.inspect(vim.loop))
|
:lua print(vim.inspect(vim.loop))
|
||||||
<
|
<
|
||||||
Reference: https://github.com/luvit/luv/blob/master/docs.md
|
Internally, `vim.loop` wraps the "luv" Lua bindings for the LibUV library;
|
||||||
Examples: https://github.com/luvit/luv/tree/master/examples
|
see |luv-intro| for a full reference manual.
|
||||||
|
|
||||||
*E5560* *lua-loop-callbacks*
|
*E5560* *lua-loop-callbacks*
|
||||||
It is an error to directly invoke `vim.api` functions (except |api-fast|) in
|
It is an error to directly invoke `vim.api` functions (except |api-fast|) in
|
||||||
|
|||||||
3898
runtime/doc/luvref.txt
Normal file
3898
runtime/doc/luvref.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user