feat(lsp): use jedi+pyright until pyrefly is more mature

This commit is contained in:
2025-05-21 12:11:58 +02:00
parent 543e04b2bb
commit c569c12ae7
3 changed files with 48 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ local util = require("lspconfig.util")
---@type ServerConfig
return {
enable = false,
dependencies = { "pyrefly" },
lspconfig = {
cmd = { "pyrefly", "lsp" },