jeaye / color_coded

A vim plugin for libclang-based highlighting of C, C++, ObjC
MIT License
871 stars 53 forks source link

lua 5.4 #193

Open kevr opened 3 years ago

kevr commented 3 years ago

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?

CaoZhongZ commented 3 years ago

Is this work?

 set(LUA_MINOR_VERSIONS 4 3 2 1)
jeaye commented 3 years ago

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.