dashboard configured
This commit is contained in:
parent
6f06ad0baa
commit
e34b835fbf
23 changed files with 119 additions and 19 deletions
9
Saved/lsp/settings/pyright.lua
Normal file
9
Saved/lsp/settings/pyright.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
settings = {
|
||||
python = {
|
||||
analysis = {
|
||||
typeCheckingMode = "off",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue