lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

fix: adapt to upstream rename of vim.mpack.* #37

Closed clason closed 2 years ago

clason commented 2 years ago

vim.mpack.pack -> vim.mpack.encode vim.mpack.unpack -> vim.mpack.decode https://github.com/neovim/neovim/pull/16175

closes #36

lewis6991 commented 2 years ago

Need to update cachepack.lua to use the new methods names for 0.5 compat

clason commented 2 years ago

(CI failure is due to hard-coding the list of modules whose order is not stable and likely changed due to the LuaJIT bump on Neovim HEAD.)

lewis6991 commented 2 years ago

No problem, I'll fix ci another time

lewis6991 commented 2 years ago

Thanks btw