From 8f151350266bb0e4f8c5062ab4b7fd5dbe612e22 Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Thu, 17 Jul 2025 01:54:26 +0200 Subject: [PATCH] Fixed Neovim download URL --- .local/share/dotfiles/install_dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/share/dotfiles/install_dotfiles.yml b/.local/share/dotfiles/install_dotfiles.yml index 78124a9..6fe42bc 100644 --- a/.local/share/dotfiles/install_dotfiles.yml +++ b/.local/share/dotfiles/install_dotfiles.yml @@ -107,7 +107,7 @@ - name: Download Neovim tarball ansible.builtin.get_url: - url: 'https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz' + url: 'https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz' dest: "{{ temp_dir.path }}/nvim.tar.gz" mode: 'u=r,g=,o='