feat(toml): also recommend toml when theres toml files in the cwd

This commit is contained in:
Folke Lemaitre
2024-05-19 21:23:49 +02:00
parent 76033c6aa9
commit c264253d8f

View File

@ -2,6 +2,7 @@ return {
recommended = function()
return LazyVim.extras.wants({
ft = "toml",
root = "*.toml",
})
end,
{