use pyright

This commit is contained in:
Florian Teich 2025-11-21 22:31:56 +01:00
parent 9b74963a6a
commit 5e60af908f
1 changed files with 11 additions and 1 deletions

View File

@ -673,7 +673,17 @@ require('lazy').setup({
local servers = {
-- clangd = {},
-- gopls = {},
-- pyright = {},
pyright = {
settings = {
python = {
analysis = {
autoSearchPaths = true,
diagnosticMode = 'workspace',
useLibraryCodeForTypes = true,
},
},
},
},
-- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--