mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
fix(json): added *.json to recommended
This commit is contained in:
parent
c33d6578a8
commit
c98fbef3b5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ return {
|
||||||
recommended = function()
|
recommended = function()
|
||||||
return LazyVim.extras.wants({
|
return LazyVim.extras.wants({
|
||||||
ft = { "json", "jsonc", "json5" },
|
ft = { "json", "jsonc", "json5" },
|
||||||
|
root = { "*.json" },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue