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