This commit is contained in:
parent
f407b96a3a
commit
77c58e1516
@ -13,6 +13,7 @@ neovim-plugin-dirs:
|
|||||||
- makedirs: true
|
- makedirs: true
|
||||||
|
|
||||||
{%- for name, value in neovim.plugins.items() %}
|
{%- for name, value in neovim.plugins.items() %}
|
||||||
|
{% if not file.directory_exists(neovim.plugins_dir+'/'+name) %}
|
||||||
{% set vals = value.split("@") %}
|
{% set vals = value.split("@") %}
|
||||||
neovim-plugin-{{ name }}:
|
neovim-plugin-{{ name }}:
|
||||||
git.latest:
|
git.latest:
|
||||||
@ -24,4 +25,5 @@ neovim-plugin-{{ name }}:
|
|||||||
- parallel: true
|
- parallel: true
|
||||||
- require:
|
- require:
|
||||||
- file: neovim-plugin-dirs
|
- file: neovim-plugin-dirs
|
||||||
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user