diff options
| author | pml68 <contact@pml68.me> | 2024-08-19 15:46:51 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-08-19 15:46:51 +0200 |
| commit | 499bab38ac6a77073747e7f6787238a829e7a84d (patch) | |
| tree | 2d02b13e45fb1e49c791e25efb611f9682092717 /lua/pml68/configs/settings/pyright.lua | |
| parent | feat: add current git branch name to statusline (diff) | |
| download | nvim-499bab38ac6a77073747e7f6787238a829e7a84d.tar.gz | |
feat: change LSP settings
Diffstat (limited to 'lua/pml68/configs/settings/pyright.lua')
| -rw-r--r-- | lua/pml68/configs/settings/pyright.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/pml68/configs/settings/pyright.lua b/lua/pml68/configs/settings/pyright.lua index 01941ee..b7e9a2a 100644 --- a/lua/pml68/configs/settings/pyright.lua +++ b/lua/pml68/configs/settings/pyright.lua @@ -3,6 +3,8 @@ return { settings = { python = { analysis = { + typeCheckingMode = true, + reportUnusedImport = true, autoSearchPaths = true, diagnosticMode = "workspace", useLibraryCodeForTypes = true, |
