diff options
| author | pml68 <contact@pml68.dev> | 2025-09-16 23:07:41 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-16 23:07:41 +0200 |
| commit | e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2 (patch) | |
| tree | efa94e86bc58e0f50bd3ec85879c774b0fb3f88d /lua/pml68/configs/settings/pyright.lua | |
| parent | docs(README): update image sizes [skip ci] (diff) | |
| download | nvim-e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2.tar.gz | |
feat: move lsp configs to `lsp/`
Diffstat (limited to 'lua/pml68/configs/settings/pyright.lua')
| -rw-r--r-- | lua/pml68/configs/settings/pyright.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/pml68/configs/settings/pyright.lua b/lua/pml68/configs/settings/pyright.lua deleted file mode 100644 index b7e9a2a..0000000 --- a/lua/pml68/configs/settings/pyright.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - single_file_support = true, - settings = { - python = { - analysis = { - typeCheckingMode = true, - reportUnusedImport = true, - autoSearchPaths = true, - diagnosticMode = "workspace", - useLibraryCodeForTypes = true, - }, - }, - }, -} |
