fix(json): added *.json to recommended
This commit is contained in:
@ -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