astro-nvim-v3 - up to state

This commit is contained in:
huyjaky
2025-01-04 14:31:26 +07:00
parent cb6ba2f1ff
commit 9d867126d3

View File

@@ -9,7 +9,7 @@ return {
disableOrganizeImports = true, disableOrganizeImports = true,
-- disableLanguageServices = true, -- disableLanguageServices = true,
disableTaggedHints = true, -- disableTaggedHints = true,
analysis = { analysis = {
-- diagnosticMode = "workspace", -- diagnosticMode = "workspace",
diagnosticMode = "openFilesOnly", diagnosticMode = "openFilesOnly",
@@ -27,6 +27,7 @@ return {
useLibraryCodeForTypes = false, useLibraryCodeForTypes = false,
deprecateTypingAliases = false, deprecateTypingAliases = false,
enableReachabilityAnalysis = false, enableReachabilityAnalysis = false,
strictListInference = true, strictListInference = true,
strictDictionaryInference = true, strictDictionaryInference = true,
strictSetInference = true, strictSetInference = true,
@@ -47,7 +48,7 @@ return {
reportArgumentType = false, reportArgumentType = false,
reportAttributeAccessIssue = false, reportAttributeAccessIssue = false,
reportCallIssue = false, -- reportCallIssue = false,
-- reportNoOverloadImplementation = false, -- reportNoOverloadImplementation = false,
-- reportOverlappingOverload = false, -- reportOverlappingOverload = false,
-- reportInconsistentOverload = false, -- reportInconsistentOverload = false,