parent
324d08210b
commit
74258c0a24
10
init.lua
10
init.lua
|
@ -412,7 +412,15 @@ end
|
||||||
local servers = {
|
local servers = {
|
||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
pyright = {},
|
pyright = {
|
||||||
|
python = {
|
||||||
|
analysis = {
|
||||||
|
typeCheckingMode = "off",
|
||||||
|
autoSearchPaths = true,
|
||||||
|
useLibraryCodeForTypes = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- tsserver = {},
|
-- tsserver = {},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue