This commit is contained in:
parent
77c58e1516
commit
c714fc69f3
@ -13,7 +13,7 @@ neovim-plugin-dirs:
|
||||
- makedirs: true
|
||||
|
||||
{%- 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("@") %}
|
||||
neovim-plugin-{{ name }}:
|
||||
git.latest:
|
||||
|
Loading…
Reference in New Issue
Block a user