gramblerz
gramblerz
your luajit is beta03 if i install default git v2.1 /usr/bin/nvim does not open says: ``` vim/_init_packages.lua: cannot load incompatible bytecode stack traceback: [C]: at 0x560aa9cf77be [C]: at 0x560aa9a1a290 E970:...
maybe neovim bundles its own luajit which you don't use and instead use your own.
in the cmake options of my neovim git, LUA_GEN_PRG is set to /home/g/git-pkges/neovim/.deps/usr/bin/luajit. ( LUA_GEN_PRG: Path to the lua used for code generation. )
https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-932811424
neovim cmake takes care of dependencies simple make and sudo make install. see cmake.deps/ in the source.