mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-21 15:34:39 +00:00
Reapply "neovim: support !reference tags in yaml (for gitlab-ci)"
This reverts commit 7480f03ef2
.
This commit is contained in:
parent
a0447808fa
commit
5e10736331
1 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,10 @@
|
|||
nixd.enable = true;
|
||||
pylsp.enable = true;
|
||||
terraformls.enable = true;
|
||||
yamlls.enable = true;
|
||||
yamlls = {
|
||||
enable = true;
|
||||
settings = { customTags = [ "!reference sequence" ]; };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue