diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 11:49:15 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 11:49:15 +0100 |
| commit | 63204515d77360a51347dd6e0b078e1e931d65af (patch) | |
| tree | ed78f80ba256f2b53d5924d8683c472b1516311a /lua/user/lsp/settings/pyright.lua | |
| parent | 4b0d085006724b6f5a1d6db5b980800db44e0e88 (diff) | |
| parent | e60e3e816a1f9fe8338733734286c3c56e58f944 (diff) | |
Merge branch 'vgg' into 07-Telescope07-Telescope
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" + } + } + }, +} |
