mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
7 lines
341 B
Bash
7 lines
341 B
Bash
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux64.tar.gz
|
|
tar -zxf nvim-linux64.tar.gz
|
|
sudo ln -s $(pwd)/nvim-linux64/bin/nvim /usr/local/bin
|
|
rm -rf $(pwd)/nvim-linux64/lib/nvim/parser
|
|
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
|
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|