Compare commits
2 commits
4bd402b827
...
24908aa484
Author | SHA1 | Date | |
---|---|---|---|
24908aa484 | |||
c42c15d58e |
2 changed files with 6 additions and 2 deletions
|
@ -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
2
vimrc
|
@ -1,3 +1,5 @@
|
|||
" Non compatible mode
|
||||
set nocompatible
|
||||
" Gestione plugin con vim-plug
|
||||
call plug#begin()
|
||||
" Base for plugin management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue