Compare commits

..

1 Commits

Author SHA1 Message Date
764ecef7d9 Install node.js dependency for coc.nvim 2022-02-19 14:37:07 +00:00

View File

@ -23,7 +23,7 @@
homebrew: name=node state=latest
- name: (neo)vim install node.js Windows
when: ansible_os_family == "Windows"
win_chocolatey: name=nodejs state=latest
choco: name=nodejs state=latest
- name: (neo)vim install apt packages
when: ansible_distribution == 'Ubuntu' and