fix: neovim

This commit is contained in:
Ryan Yin
2023-07-11 02:32:26 +08:00
parent 7cc49c29f1
commit 588cbabbc2
4 changed files with 14 additions and 21 deletions

View File

@@ -96,16 +96,6 @@ function config.nvim_lsp()
nvim_lsp.pyright.setup({
on_attach = on_attach(),
capabilities = capabilities,
settings = {
python = {
analysis = {
autoSearchPaths = true,
diagnosticMode = "workspace",
useLibraryCodeForTypes = true,
typeCheckingMode = "off",
},
},
},
})
--sumneko_lua