mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
feat(toml): also recommend toml when theres toml files in the cwd
This commit is contained in:
parent
76033c6aa9
commit
c264253d8f
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue