mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
处理
This commit is contained in:
parent
5937d256db
commit
7adee87363
1 changed files with 3 additions and 5 deletions
|
|
@ -50,16 +50,14 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
javascript = {
|
|
||||||
implicitProjectConfig = {
|
|
||||||
checkJs = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
typescript = {
|
typescript = {
|
||||||
updateImportsOnFileMove = { enabled = "always" },
|
updateImportsOnFileMove = { enabled = "always" },
|
||||||
suggest = {
|
suggest = {
|
||||||
completeFunctionCalls = true,
|
completeFunctionCalls = true,
|
||||||
},
|
},
|
||||||
|
implicitProjectConfig = {
|
||||||
|
checkJs = true,
|
||||||
|
},
|
||||||
inlayHints = {
|
inlayHints = {
|
||||||
enumMemberValues = { enabled = true },
|
enumMemberValues = { enabled = true },
|
||||||
functionLikeReturnTypes = { enabled = true },
|
functionLikeReturnTypes = { enabled = true },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue