Update blink

This commit is contained in:
Thomas Avé 2025-02-24 16:00:53 +01:00
parent 284b9c705a
commit 767cdf189a
2 changed files with 7 additions and 3 deletions

View File

@ -90,7 +90,7 @@ return {
settings = { settings = {
basedpyright = { basedpyright = {
analysis = { analysis = {
typeCheckingMode = "strict", typeCheckingMode = "basic",
autoImportCompletions = true autoImportCompletions = true
} }
} }

View File

@ -11,8 +11,12 @@ return {
explorer = { enabled = true }, explorer = { enabled = true },
indent = { indent = {
enabled = true, enabled = true,
animate = { animate = { enabled = false },
enabled = false scope = {
enabled = true,
},
chunck = {
enabled = true,
} }
}, },
input = { enabled = true }, input = { enabled = true },