moved the nodejs installation to the neovim role

This commit is contained in:
aminnairi
2023-12-31 19:53:10 +01:00
parent 5e2ac24873
commit fd9338fb74
2 changed files with 10 additions and 5 deletions
-5
View File
@@ -121,11 +121,6 @@
enabled: true
name: NetworkManager
state: started
- name: Install Node.js
become: true
pacman:
name: nodejs
state: present
- name: Install Tokei (line of code counter)
become: true
pacman: