You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
312 B
11 lines
312 B
sudo apt-get install ninja-build gettext cmake unzip curl ripgrep
|
|
git clone https://github.com/neovim/neovim
|
|
cd neovim
|
|
make CMAKE_BUILD_TYPE=Release
|
|
sudo make install
|
|
cd ..
|
|
sudo rm -r neovim
|
|
|
|
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
|
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|