Compare commits

...

2 commits

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