AutoYADM commit: 2024-12-16 18:50:04
This commit is contained in:
parent
012fef1016
commit
dbe396b5c0
1 changed files with 23 additions and 2 deletions
|
@ -1,10 +1,31 @@
|
||||||
|
-- return {
|
||||||
|
-- "neovim/nvim-lspconfig",
|
||||||
|
-- opts = {
|
||||||
|
-- servers = {
|
||||||
|
-- basedpyright = {
|
||||||
|
-- settings = {
|
||||||
|
-- analysis = {
|
||||||
|
-- typeCheckingMode = "off",
|
||||||
|
-- inlayHints = {
|
||||||
|
-- genericTypes = true,
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- }
|
||||||
return {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
basedpyright = {
|
basedpyright = {
|
||||||
analysis = {
|
settings = {
|
||||||
typeCheckingMode = "standard",
|
basedpyright = {
|
||||||
|
analysis = {
|
||||||
|
typeCheckingMode = "standard",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue