nvim: turn pyright diagnostic mode to workspace (lsp)

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent a8009ac310
commit e1e5edc9c7

View File

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