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 = {
basedpyright = {
analysis = {
typeCheckingMode = "strict",
typeCheckingMode = "basic",
autoImportCompletions = true
}
}

View File

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