nvim: turn pyright diagnostic mode to workspace (lsp)

This commit is contained in:
mequidis
2022-08-01 12:31:01 +03:00
parent 5ba6ea5c10
commit c5db204fca

View File

@ -6,6 +6,7 @@ lsp.pyright.setup({
python = { python = {
analysis = { analysis = {
typeCheckingMode = "off", typeCheckingMode = "off",
diagnosticMode = "workspace",
}, },
}, },
}, },