vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-06-08 09:16:14 +02:00
parent c5aaf40cd2
commit a94cfa4c3c

View file

@ -50,6 +50,6 @@ echo >&2 "====================================================================="
echo >&2 " >> installing nvim"
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
NVIM_VERSION=0.9.0
curl -LO https://github.com/neovim/neovim/releases/tag/v{NVIM_VERSION}/download/nvim.appimage
curl -LO https://github.com/neovim/neovim/releases/tag/v${NVIM_VERSION}/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage