add basedpyright lsp configuration
This commit is contained in:
17
after/lsp/basedpyright.lua
Normal file
17
after/lsp/basedpyright.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
settings = {
|
||||
python = {
|
||||
pythonPath = "python"
|
||||
},
|
||||
basedpyright = {
|
||||
reportAny = false,
|
||||
analysis = {
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "workspace",
|
||||
inlayHints = {
|
||||
callArgumentNames = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user