Add nvm setup

This commit is contained in:
Sonny Bakker 2024-08-13 20:40:20 +02:00
parent fe9f6788c3
commit 8254bfee9f
4 changed files with 41 additions and 0 deletions

View file

@ -171,6 +171,7 @@
neovim_installed_version: neovim_stats.stdout_lines[0] | regex_search('(v\d+\.\d+\.\d+)')
when: neovim_stats.rc == 0
# TODO: verify checksum
- name: download neovim {{ neovim.version }}
get_url:
url: 'https://github.com/neovim/neovim/releases/download/{{ neovim.version }}/nvim-linux64.tar.gz'