Compare commits
No commits in common. "24908aa48452e31b92416c489442181795af7d9e" and "4bd402b8271c2cf84a506f855b0b35cdc5bbcf61" have entirely different histories.
24908aa484
...
4bd402b827
2 changed files with 2 additions and 6 deletions
|
@ -8,7 +8,5 @@
|
||||||
- vim-plug-install
|
- vim-plug-install
|
||||||
|
|
||||||
- name: Configuration
|
- name: Configuration
|
||||||
ansible.builtin.command:
|
ansible.builtin.shell: >-
|
||||||
cmd: vim +PlugInstall +qall
|
vim +PlugInstall +qall
|
||||||
become: true
|
|
||||||
become_user: "{{ additional_user }}"
|
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -1,5 +1,3 @@
|
||||||
" Non compatible mode
|
|
||||||
set nocompatible
|
|
||||||
" Gestione plugin con vim-plug
|
" Gestione plugin con vim-plug
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
" Base for plugin management
|
" Base for plugin management
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue