mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-07 01:59:13 +00:00
neovim: support !reference tags in yaml (for gitlab-ci)
This commit is contained in:
parent
cf36f563b5
commit
b55b141957
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