fix(json): added *.json to recommended

This commit is contained in:
Folke Lemaitre
2024-06-01 11:20:50 +02:00
parent c33d6578a8
commit c98fbef3b5

View File

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