nvim: turn pyright diagnostic mode to workspace (lsp)
This commit is contained in:
@ -6,6 +6,7 @@ lsp.pyright.setup({
|
|||||||
python = {
|
python = {
|
||||||
analysis = {
|
analysis = {
|
||||||
typeCheckingMode = "off",
|
typeCheckingMode = "off",
|
||||||
|
diagnosticMode = "workspace",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user