feat(lsp): change from pyright to pyrefly
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
---@type vim.lsp.Config
|
||||||
|
return {
|
||||||
|
settings = {
|
||||||
|
python = {
|
||||||
|
pyrefly = {
|
||||||
|
typeCheckingMode = "strict",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
+2
-2
@@ -91,8 +91,8 @@ function M.setup()
|
|||||||
"oxfmt",
|
"oxfmt",
|
||||||
"oxlint",
|
"oxlint",
|
||||||
-- "phpactor",
|
-- "phpactor",
|
||||||
-- "pyrefly",
|
"pyrefly",
|
||||||
"pyright",
|
-- "pyright",
|
||||||
"ruff",
|
"ruff",
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"svelte",
|
"svelte",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ require("mason-auto-install").setup({
|
|||||||
"oxfmt",
|
"oxfmt",
|
||||||
"oxlint",
|
"oxlint",
|
||||||
"ruff",
|
"ruff",
|
||||||
"pyright",
|
-- "pyright",
|
||||||
"pyrefly",
|
"pyrefly",
|
||||||
{
|
{
|
||||||
"prettier",
|
"prettier",
|
||||||
|
|||||||
Reference in New Issue
Block a user