mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
ensuring packages are installed with their latest version
This commit is contained in:
@@ -19,13 +19,13 @@
|
|||||||
npm:
|
npm:
|
||||||
name: neovim
|
name: neovim
|
||||||
global: true
|
global: true
|
||||||
state: present
|
state: latest
|
||||||
path: /usr/local/bin/node_modules
|
path: /usr/local/bin/node_modules
|
||||||
- name: Install Neovim (command-line text editor)
|
- name: Install Neovim (command-line text editor)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: neovim
|
name: neovim
|
||||||
state: present
|
state: latest
|
||||||
- name: Install Neovim package for Python
|
- name: Install Neovim package for Python
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
become: true
|
become: true
|
||||||
gem:
|
gem:
|
||||||
name: neovim
|
name: neovim
|
||||||
state: present
|
state: latest
|
||||||
- name: Setup NeoVim for the unprivileged user
|
- name: Setup NeoVim for the unprivileged user
|
||||||
synchronize:
|
synchronize:
|
||||||
src: nvim
|
src: nvim
|
||||||
|
|||||||
Reference in New Issue
Block a user