AutoYADM commit: 2024-12-22 17:45:02
This commit is contained in:
parent
9b60ecd50f
commit
74b1205342
1 changed files with 21 additions and 13 deletions
|
@ -1,17 +1,19 @@
|
||||||
return {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
{
|
||||||
opts = {
|
"neovim/nvim-lspconfig",
|
||||||
servers = {
|
opts = {
|
||||||
ruff = {
|
servers = {
|
||||||
autostart = false,
|
ruff = {
|
||||||
},
|
autostart = false,
|
||||||
basedpyright = {
|
},
|
||||||
settings = {
|
basedpyright = {
|
||||||
basedpyright = {
|
settings = {
|
||||||
analysis = {
|
basedpyright = {
|
||||||
typeCheckingMode = "standard",
|
analysis = {
|
||||||
inlayHints = {
|
typeCheckingMode = "standard",
|
||||||
genericTypes = true,
|
inlayHints = {
|
||||||
|
genericTypes = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -19,4 +21,10 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"williamboman/mason.nvim",
|
||||||
|
opts = {
|
||||||
|
ensure_installed = { "basedpyright", "debugpy", "black" },
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue