Add nvm setup
This commit is contained in:
parent
fe9f6788c3
commit
8254bfee9f
4 changed files with 41 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue