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

This commit is contained in:
Paul 2024-07-11 21:44:32 +02:00
parent 6d6f06a317
commit 1fe65245d5

View File

@ -8,6 +8,10 @@ filetype plugin on
syntax on syntax on
{%- endif %} {%- endif %}
if filereadable("/etc/xdg/nvim/init.lua")
luafile /etc/xdg/nvim/init.lua
endif
{% macro cfg(command, setting) -%} {% macro cfg(command, setting) -%}
{% for key, value in setting.items() %} {% for key, value in setting.items() %}
{{ command }} {{ value.name }}{% if value.value is defined %}={{ value.value }}{% endif %} {{ command }} {{ value.name }}{% if value.value is defined %}={{ value.value }}{% endif %}