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:
Riccardo Mazzarini
2026-03-09 21:32:19 +01:00
parent 71829510b9
commit 7fdf9f7399

View File

@@ -2,6 +2,9 @@
-- luacheck: no unused args
---@nodoc
vim.mpack = {}
--- @brief
---
--- This module provides encoding and decoding of Lua objects to and