feat(toml): also recommend toml when theres toml files in the cwd
This commit is contained in:
@ -2,6 +2,7 @@ return {
|
|||||||
recommended = function()
|
recommended = function()
|
||||||
return LazyVim.extras.wants({
|
return LazyVim.extras.wants({
|
||||||
ft = "toml",
|
ft = "toml",
|
||||||
|
root = "*.toml",
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user