Build vim-plug from aur
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,6 +1,3 @@
|
|||||||
[submodule "contrib/vim-plug"]
|
|
||||||
path = contrib/vim-plug
|
|
||||||
url = https://github.com/junegunn/vim-plug
|
|
||||||
[submodule "ansible_roles/firefox"]
|
[submodule "ansible_roles/firefox"]
|
||||||
path = ansible_roles/firefox
|
path = ansible_roles/firefox
|
||||||
url = https://github.com/staticdev/ansible-role-firefox
|
url = https://github.com/staticdev/ansible-role-firefox
|
||||||
@@ -13,3 +10,6 @@
|
|||||||
[submodule "pkgbuilds/portfolio-performance-bin"]
|
[submodule "pkgbuilds/portfolio-performance-bin"]
|
||||||
path = pkgbuilds/portfolio-performance-bin
|
path = pkgbuilds/portfolio-performance-bin
|
||||||
url = https://aur.archlinux.org/portfolio-performance-bin.git
|
url = https://aur.archlinux.org/portfolio-performance-bin.git
|
||||||
|
[submodule "pkgbuilds/vim-plug"]
|
||||||
|
path = pkgbuilds/vim-plug
|
||||||
|
url = https://aur.archlinux.org/vim-plug.git
|
||||||
|
|||||||
Submodule contrib/vim-plug deleted from c3b6b7c297
1
pkgbuilds/vim-plug
Submodule
1
pkgbuilds/vim-plug
Submodule
Submodule pkgbuilds/vim-plug added at 8989fa106c
@@ -231,6 +231,8 @@
|
|||||||
source ./env
|
source ./env
|
||||||
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
|
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
|
||||||
|
|
||||||
|
- name: vim-plug
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"
|
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"
|
||||||
|
|
||||||
|
|||||||
19
user.yml
19
user.yml
@@ -251,25 +251,6 @@
|
|||||||
- dotfiles
|
- dotfiles
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: create intermediate directories for vim-plug
|
|
||||||
file:
|
|
||||||
path: "{{ item }}"
|
|
||||||
state: directory
|
|
||||||
with_items:
|
|
||||||
- ~/.local/
|
|
||||||
- ~/.local/share/
|
|
||||||
- ~/.local/share/nvim/
|
|
||||||
- ~/.local/share/nvim/site/
|
|
||||||
- ~/.local/share/nvim/site/autoload/
|
|
||||||
|
|
||||||
- name: install vim-plug
|
|
||||||
copy:
|
|
||||||
src: contrib/vim-plug/plug.vim
|
|
||||||
dest: ~/.local/share/nvim/site/autoload/plug.vim
|
|
||||||
owner: "{{ user.name }}"
|
|
||||||
group: "{{ user.name }}"
|
|
||||||
mode: "0644"
|
|
||||||
|
|
||||||
- name: install vim plugins
|
- name: install vim plugins
|
||||||
command: nvim --headless +PlugInstall +qall
|
command: nvim --headless +PlugInstall +qall
|
||||||
register: vim_plugin_install
|
register: vim_plugin_install
|
||||||
|
|||||||
Reference in New Issue
Block a user