general: move vim autoload to usersettings
This commit is contained in:
parent
c5cab3c075
commit
06a1720e30
4 changed files with 11 additions and 29 deletions
|
@ -16,20 +16,6 @@
|
|||
when:
|
||||
- common_usersetup.stat.exists == false and usersetup_chsh == true
|
||||
|
||||
- name: usersetup - Create .vim directory
|
||||
file:
|
||||
path: .vim/autoload
|
||||
state: directory
|
||||
when:
|
||||
- common_usersetup.stat.exists == false
|
||||
|
||||
- name: usersetup - Install vim plugin manager
|
||||
get_url:
|
||||
url: https://tpo.pe/pathogen.vim
|
||||
dest: .vim/autoload/pathogen.vim
|
||||
when:
|
||||
- common_usersetup.stat.exists == false
|
||||
|
||||
- name: usersetup - Setup locale en_US
|
||||
become: yes
|
||||
locale_gen:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue