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