vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-06-08 09:15:16 +02:00
parent e650858e30
commit 5bd0549ccb

View file

@ -49,7 +49,8 @@ curl -L https://github.com/junegunn/fzf/releases/download/${FZF_VERSION}/fzf-${F
echo >&2 "====================================================================="
echo >&2 " >> installing nvim"
# 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
NVIM_VERSION=0.9.0
curl -LO https://github.com/neovim/neovim/releases/tag/v{NVIM_VERSION}/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage