11 lines
173 B
Lua
11 lines
173 B
Lua
---@type vim.lsp.Config
|
|
return {
|
|
settings = {
|
|
python = {
|
|
pyrefly = {
|
|
typeCheckingMode = "strict",
|
|
},
|
|
},
|
|
},
|
|
}
|