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

This commit is contained in:
Paul 2025-03-09 18:28:18 +01:00
parent 85b0ad1be1
commit 0384d3cb35

View File

@ -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() %}
{% set vals = value.split("@") } {% set vals = value.split("@") %}
neovim-plugin-{{ name }}: neovim-plugin-{{ name }}:
git.latest: git.latest:
- name: {{ vals[0] }} - name: {{ vals[0] }}