feat(lsp): change from pyright to pyrefly

This commit is contained in:
2026-05-26 00:40:37 +02:00
parent 432682409e
commit df5e9d787b
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
---@type vim.lsp.Config
return {
settings = {
python = {
pyrefly = {
typeCheckingMode = "strict",
},
},
},
}
+2 -2
View File
@@ -91,8 +91,8 @@ function M.setup()
"oxfmt",
"oxlint",
-- "phpactor",
-- "pyrefly",
"pyright",
"pyrefly",
-- "pyright",
"ruff",
"rust_analyzer",
"svelte",
+1 -1
View File
@@ -27,7 +27,7 @@ require("mason-auto-install").setup({
"oxfmt",
"oxlint",
"ruff",
"pyright",
-- "pyright",
"pyrefly",
{
"prettier",