docs: install neovim as appimage

This commit is contained in:
Michel 2023-06-15 13:54:45 +02:00
parent f3b879b405
commit 6195431d44
1 changed files with 11 additions and 0 deletions

View File

@ -115,3 +115,14 @@ git clone https://github.com/jesseduffield/lazygit.git
cd lazygit
go install
```
## neovim
````
cd $HOME/.local/bin
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
chmod u+x nvim.appimage
ln -sf nvim.appimage nvim
cd $HOME
nvim --version
````