This commit is contained in:
parent
6d6f06a317
commit
1fe65245d5
@ -8,6 +8,10 @@ filetype plugin on
|
||||
syntax on
|
||||
{%- endif %}
|
||||
|
||||
if filereadable("/etc/xdg/nvim/init.lua")
|
||||
luafile /etc/xdg/nvim/init.lua
|
||||
endif
|
||||
|
||||
{% macro cfg(command, setting) -%}
|
||||
{% for key, value in setting.items() %}
|
||||
{{ command }} {{ value.name }}{% if value.value is defined %}={{ value.value }}{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user