mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 09:31:47 +00:00
fix: define vim.mpack
We define vim.mpack so that LuaLS doesn't emit undefined-field warnings when using it, annotated with @nodoc to skip doc generation.
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
-- luacheck: no unused args
|
-- luacheck: no unused args
|
||||||
|
|
||||||
|
---@nodoc
|
||||||
|
vim.mpack = {}
|
||||||
|
|
||||||
--- @brief
|
--- @brief
|
||||||
---
|
---
|
||||||
--- This module provides encoding and decoding of Lua objects to and
|
--- This module provides encoding and decoding of Lua objects to and
|
||||||
|
|||||||
Reference in New Issue
Block a user