Improve perform

This commit is contained in:
huyjaky
2025-10-26 08:13:18 +07:00
parent 04c5dcd06a
commit bad1ed5cb2
14 changed files with 274 additions and 267 deletions

View File

@@ -9,17 +9,17 @@ return {
disableLanguageServices = false,
disableOrganizeImports = true,
disableTaggedHints = true,
useLibraryCodeForTypes = true,
analysis = {
autoSearchPath = false,
autoSearchPath = true,
useLibraryCodeForTypes = true,
logLevel = "Trace",
typeCheckingMode = "standard",
deprecateTypingAliases = false,
inlayHints = {
variableTypes = true,
callArgumentNames = false,
functionReturnTypes = true,
-- functionReturnTypes = true,
genericTypes = true,
callArgumentNames = true,
},
ignore = {
"**/unsloth_compiled_cache/**",