mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +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
|
||||
|
||||
---@nodoc
|
||||
vim.mpack = {}
|
||||
|
||||
--- @brief
|
||||
---
|
||||
--- This module provides encoding and decoding of Lua objects to and
|
||||
|
||||
Reference in New Issue
Block a user