fix(json): added *.json to recommended
This commit is contained in:
@ -2,6 +2,7 @@ return {
|
|||||||
recommended = function()
|
recommended = function()
|
||||||
return LazyVim.extras.wants({
|
return LazyVim.extras.wants({
|
||||||
ft = { "json", "jsonc", "json5" },
|
ft = { "json", "jsonc", "json5" },
|
||||||
|
root = { "*.json" },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user