This commit is contained in:
parent
77c58e1516
commit
c714fc69f3
@ -13,7 +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) %}
|
{% if not salt.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:
|
||||||
|
Loading…
Reference in New Issue
Block a user