return { "neovim/nvim-lspconfig", opts = { servers = { pyright = { settings = { python = { analysis = { autoSearchPaths = true, useLibraryCodeForTypes = true, autoImportCompletions = true, }, }, }, }, ruff = { settings = { python = { lint = false } } }, }, }, }