diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 11:54:49 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 11:54:49 +0100 |
| commit | deaf6a9824ff47756379c00f430e784f059b581c (patch) | |
| tree | aa9b041277f91c8107d912cfd41a1e5bc2ef2c36 /lua/user/lsp/settings/pyright.lua | |
| parent | 54c2bb07828c8e11bfa8e26f5931060ac3402358 (diff) | |
| parent | df55cb522dfd6b3d2cd2b734fce9d8fc1303385a (diff) | |
Merge branch 'vgg' into 10-comments10-comments
Diffstat (limited to 'lua/user/lsp/settings/pyright.lua')
| -rw-r--r-- | lua/user/lsp/settings/pyright.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/user/lsp/settings/pyright.lua b/lua/user/lsp/settings/pyright.lua new file mode 100644 index 0000000..6354274 --- /dev/null +++ b/lua/user/lsp/settings/pyright.lua @@ -0,0 +1,10 @@ +return { + settings = { + + python = { + analysis = { + typeCheckingMode = "off" + } + } + }, +} |
