community/nvim-lspconfig: add luabyte subpackage
Maybe useful code notes:
nvim -u NONE -i NONE -e --headless -c 'lua if jit then print(jit.version) else print(_VERSION) end' -c quit
Edited by Sertonix
Maybe useful code notes:
nvim -u NONE -i NONE -e --headless -c 'lua if jit then print(jit.version) else print(_VERSION) end' -c quit