update filetypes for yaml languages

This commit is contained in:
2026-03-14 14:37:04 +02:00
parent a28dafa553
commit 0931940cfa
4 changed files with 27 additions and 26 deletions

View File

@@ -22,7 +22,6 @@ return {
"vimdoc",
"latex",
"json",
"yaml",
"git_config",
"git_rebase",
"gitattributes",
@@ -43,6 +42,7 @@ return {
}
ts.setup()
ts.install(installed_parsers)
vim.treesitter.language.register('yaml', 'yaml_gitlab')
end
}