nvim: brought back yaml ts parser

This commit is contained in:
PowerUser64 2022-01-14 21:48:53 -08:00
parent eccae5b262
commit 90001bef15

View file

@ -49,6 +49,7 @@ M.treesitter = function()
"rust",
"toml",
"vim",
"yaml",
},
--ignore_install = { "javascript", "java" }, -- List of parsers to ignore installing
highlight = {