mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +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
|
||||
|job_control.txt| Spawn and control multiple processes
|
||||
|luaref.txt| Lua reference manual
|
||||
|luvref.txt| Luv (|vim.loop|) reference manual
|
||||
|
||||
*standard-plugin-list*
|
||||
Standard plugins ~
|
||||
|
||||
@@ -516,8 +516,8 @@ management. Try this command to see available functions: >
|
||||
|
||||
:lua print(vim.inspect(vim.loop))
|
||||
<
|
||||
Reference: https://github.com/luvit/luv/blob/master/docs.md
|
||||
Examples: https://github.com/luvit/luv/tree/master/examples
|
||||
Internally, `vim.loop` wraps the "luv" Lua bindings for the LibUV library;
|
||||
see |luv-intro| for a full reference manual.
|
||||
|
||||
*E5560* *lua-loop-callbacks*
|
||||
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