5 lines
310 B
Plaintext
5 lines
310 B
Plaintext
|
# Not a script. Source this in your ~/bin/nvim-linux64/ dir if that's your nvim binary path.
|
||
|
# Symlink the binary from something in your PATH (ln -s ~/bin/nvim-linux64/bin/nvim ~/bin/nvim)
|
||
|
|
||
|
wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz -O - | tar -xvz --strip-components=1
|