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,7 +1,26 @@
|
|||
-- return {
|
||||
-- "neovim/nvim-lspconfig",
|
||||
-- opts = {
|
||||
-- servers = {
|
||||
-- basedpyright = {
|
||||
-- settings = {
|
||||
-- analysis = {
|
||||
-- typeCheckingMode = "off",
|
||||
-- inlayHints = {
|
||||
-- genericTypes = true,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
basedpyright = {
|
||||
settings = {
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
typeCheckingMode = "standard",
|
||||
|
@ -9,4 +28,6 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue