diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:18:03 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:18:03 +0100 |
| commit | e76f0ee92723ec238521383e4b4d3af0281a462b (patch) | |
| tree | dea09a92c25c72563ecd7b341289c864e8dc323b /lua/user/lsp/settings/pyright.lua | |
| parent | 60c29a60a338d81bd93d7784595c3e91f0772053 (diff) | |
| parent | a77e1095d3a820c975f68bbcfbedea0185096378 (diff) | |
Merge branch 'vgg' into 17-project17-project
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" + } + } + }, +} |
