mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
deps: Switch lua msgpack library to one that supports 2.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
lpeg = require('lpeg')
|
||||
msgpack = require('cmsgpack')
|
||||
msgpack = require('MessagePack')
|
||||
|
||||
-- lpeg grammar for building api metadata from a set of header files. It
|
||||
-- ignores comments and preprocessor commands and parses a very small subset
|
||||
|
||||
Reference in New Issue
Block a user