Add instructions to install nightly neovim using Ubuntu apt
This commit is contained in:
parent
e834cf3567
commit
c9cff62306
|
@ -10,6 +10,15 @@ ln -s "$HOME/bin/nvim.appimage" "$HOME/bin/nvim" # Optional to avoid extension
|
||||||
# ./nvim.appimage
|
# ./nvim.appimage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### (Alternate) Installing on Ubuntu
|
||||||
|
```bash
|
||||||
|
sudo apt-get install software-properties-common
|
||||||
|
sudo add-apt-repository ppa:neovim-ppa/unstable
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install neovim
|
||||||
|
sudo apt-get install python-dev python-pip python3-dev python3-pip
|
||||||
|
```
|
||||||
|
|
||||||
## Linking setup file
|
## Linking setup file
|
||||||
```bash
|
```bash
|
||||||
ln -s $HOME/.vim/init.vim $HOME/.config/nvim/init.vim
|
ln -s $HOME/.vim/init.vim $HOME/.config/nvim/init.vim
|
||||||
|
|
Loading…
Reference in a new issue