fix(json): added *.json to recommended

This commit is contained in:
Folke Lemaitre committed 2024-06-01 11:20:50 +02:00
1 parent c33d6578a8
commit c98fbef3b5
1 file changed
+1
+1
View File
@@ -2,6 +2,7 @@ return {
recommended = function()
return LazyVim.extras.wants({
ft = { "json", "jsonc", "json5" },
root = { "*.json" },
})
end,