docs: install neovim as appimage
This commit is contained in:
parent
f3b879b405
commit
6195431d44
11
.README.md
11
.README.md
@ -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
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user