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 = {
|
||||
updateImportsOnFileMove = { enabled = "always" },
|
||||
suggest = {
|
||||
completeFunctionCalls = true,
|
||||
},
|
||||
implicitProjectConfig = {
|
||||
checkJs = true,
|
||||
},
|
||||
inlayHints = {
|
||||
enumMemberValues = { enabled = true },
|
||||
functionLikeReturnTypes = { enabled = true },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue