color_coded icon indicating copy to clipboard operation
color_coded copied to clipboard

lua 5.4

Open kevr opened this issue 3 years ago • 2 comments

Hello, color_coded.

On Arch Linux, vim is compiled with lua 5.4. On master, I see that it requires 5.3. 5.2 or 5.1. Is there any sort of timeline or information about 5.4 being supported?

kevr avatar Sep 13 '20 03:09 kevr

Is this work?

 set(LUA_MINOR_VERSIONS 4 3 2 1)

CaoZhongZ avatar May 08 '21 06:05 CaoZhongZ

Hey there. color_coded is undergoing a rewrite aimed to simplify this whole process. No more Lua, Boost, or having to build your own binary. Also, the new version is built to work with NeoVim's async plugin mechanism.

I'm hoping to get this out very soon so that people can start giving some feedback. In the meantime, the CMake suggestion above, to tweak the minor versions, looks like it'll do the trick.

jeaye avatar May 16 '21 18:05 jeaye