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