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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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