Thank you for the reply. I ended up building from source. These are the commands for reference:
Add tthe following line to the bottom of ~/.bashrc
Code:
sudo apt install ninja-build gettext cmake unzip curlgit clone https://github.com/neovim/neovimcd neovimmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/neovim"get checkout stablesudo make install
Code:
export PATH="$HOME/neovim/bin:$PATH"
Statistics: Posted by madderhatter — Sun Mar 10, 2024 3:18 pm