AutoYADM commit: 2024-12-16 18:50:04

This commit is contained in:
Daniel Fichtinger 2024-12-16 18:50:04 -05:00
parent 012fef1016
commit dbe396b5c0

View file

@ -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 {
},
},
},
},
},
}