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