Compare commits

...

2 Commits

Author SHA1 Message Date
24908aa484 Correzione di base per vim. 2024-12-24 00:19:49 +01:00
c42c15d58e Aggiunta sudo a azioni per utente. 2024-12-24 00:19:40 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -8,5 +8,7 @@
- vim-plug-install
- name: Configuration
ansible.builtin.shell: >-
vim +PlugInstall +qall
ansible.builtin.command:
cmd: vim +PlugInstall +qall
become: true
become_user: "{{ additional_user }}"

2
vimrc
View File

@ -1,3 +1,5 @@
" Non compatible mode
set nocompatible
" Gestione plugin con vim-plug
call plug#begin()
" Base for plugin management