Update init.lua

Pyright settings added
pull/298/head
SamPosh 2 years ago committed by GitHub
parent 324d08210b
commit 74258c0a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -412,7 +412,15 @@ end
local servers = {
-- clangd = {},
-- gopls = {},
pyright = {},
pyright = {
python = {
analysis = {
typeCheckingMode = "off",
autoSearchPaths = true,
useLibraryCodeForTypes = true
}
}
},
-- rust_analyzer = {},
-- tsserver = {},

Loading…
Cancel
Save