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

This commit is contained in:
Paul 2025-03-15 10:51:18 +01:00
parent 77c58e1516
commit c714fc69f3

View File

@ -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: