neovim: support !reference tags in yaml (for gitlab-ci)

This commit is contained in:
John Bowdre 2025-01-03 10:14:45 -06:00
parent cf36f563b5
commit b55b141957
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -52,7 +52,10 @@
nixd.enable = true;
pylsp.enable = true;
terraformls.enable = true;
yamlls.enable = true;
yamlls = {
enable = true;
settings = { customTags = [ "!reference sequence" ]; };
};
};
};
};