updated neovim state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-03-15 10:45:34 +01:00
parent f407b96a3a
commit 77c58e1516

View File

@ -13,6 +13,7 @@ neovim-plugin-dirs:
- makedirs: true
{%- for name, value in neovim.plugins.items() %}
{% if not file.directory_exists(neovim.plugins_dir+'/'+name) %}
{% set vals = value.split("@") %}
neovim-plugin-{{ name }}:
git.latest:
@ -24,4 +25,5 @@ neovim-plugin-{{ name }}:
- parallel: true
- require:
- file: neovim-plugin-dirs
{%- endif %}
{%- endfor %}