dotfiles/installer/install_nvim.sh
2024-08-04 16:29:18 +08:00

3 lines
No EOL
150 B
Bash

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz