Update blink
This commit is contained in:
parent
284b9c705a
commit
767cdf189a
|
@ -90,7 +90,7 @@ return {
|
||||||
settings = {
|
settings = {
|
||||||
basedpyright = {
|
basedpyright = {
|
||||||
analysis = {
|
analysis = {
|
||||||
typeCheckingMode = "strict",
|
typeCheckingMode = "basic",
|
||||||
autoImportCompletions = true
|
autoImportCompletions = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 },
|
||||||
|
|
Loading…
Reference in New Issue