add arch to neovim

This commit is contained in:
2025-02-25 17:09:50 +01:00
parent c2c66c0aae
commit 817a2f4230

View File

@@ -65,7 +65,7 @@
},
{
"package": "nvim",
"install": "sudo apt install -y neovim"
"install": "wget -O nvim.deb https://gitea.tomastm.com/tomas.mirchev/neovim/releases/download/v0.10.0/nvim-linux-$(dpkg --print-architecture).deb && sudo dpkg -i nvim.deb && rm nvim.deb"
},
{
"package": "git",