Update init.lua
Pyright settings added
This commit is contained in:
parent
324d08210b
commit
74258c0a24
1 changed files with 9 additions and 1 deletions
10
init.lua
10
init.lua
|
@ -412,7 +412,15 @@ end
|
|||
local servers = {
|
||||
-- clangd = {},
|
||||
-- gopls = {},
|
||||
pyright = {},
|
||||
pyright = {
|
||||
python = {
|
||||
analysis = {
|
||||
typeCheckingMode = "off",
|
||||
autoSearchPaths = true,
|
||||
useLibraryCodeForTypes = true
|
||||
}
|
||||
}
|
||||
},
|
||||
-- rust_analyzer = {},
|
||||
-- tsserver = {},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue