vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-06-08 09:14:06 +02:00
parent 32423b5663
commit e650858e30
2 changed files with 7 additions and 1 deletions

View file

@ -48,4 +48,9 @@ curl -L https://github.com/junegunn/fzf/releases/download/${FZF_VERSION}/fzf-${F
# Install neovim
echo >&2 "====================================================================="
echo >&2 " >> installing nvim"
sudo apt-get install -y neovim=0.7.2-3~bpo20.04.1~ppa1
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
curl -LO https://github.com/neovim/neovim/releases/tag/v0.9.0/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage
# sudo apt-get install -y neovim=0.7.2-3~bpo20.04.1~ppa1