From 2ababf0c46c1023c000ce677b32dc0c1eddf5976 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 21 Jul 2026 12:11:07 +0300 Subject: [PATCH] fix(yaml_ls): custom reference tag for gitlabci --- lua/crentist/lazy/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/crentist/lazy/lsp.lua b/lua/crentist/lazy/lsp.lua index 3b3ea13..0a45947 100644 --- a/lua/crentist/lazy/lsp.lua +++ b/lua/crentist/lazy/lsp.lua @@ -91,6 +91,7 @@ return { filetypes = { 'yaml', 'yaml.gitlab' }, settings = { yaml = { + customTags = { "!reference sequence" }, schemaStore = { enable = false }, schemas = { ['https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/app/assets/javascripts/editor/schema/ci.json'] = {