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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user