nvim --version: v0.7.2
git --version: 2.34.1
- Operating system/version: Ubuntu 22.04.1 LTS ARM64
Steps to reproduce
I install the neovim with the ppa stable version. And follow the README.md like the following to install the packer. When I run the PackerSync to install the packages. It will show the error LuaJIT is required for Luarocks functionality. Does anyone met the same issue and know how to deal with?
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
nvim --version: v0.7.2git --version: 2.34.1Steps to reproduce
I install the neovim with the ppa stable version. And follow the README.md like the following to install the packer. When I run the
PackerSyncto install the packages. It will show the error LuaJIT is required for Luarocks functionality. Does anyone met the same issue and know how to deal with?git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim