AutoYADM commit: 2024-12-22 17:45:02

This commit is contained in:
Daniel Fichtinger 2024-12-22 17:45:02 -05:00
parent 9b60ecd50f
commit 74b1205342

View file

@ -1,17 +1,19 @@
return {
"neovim/nvim-lspconfig",
opts = {
servers = {
ruff = {
autostart = false,
},
basedpyright = {
settings = {
basedpyright = {
analysis = {
typeCheckingMode = "standard",
inlayHints = {
genericTypes = true,
{
"neovim/nvim-lspconfig",
opts = {
servers = {
ruff = {
autostart = false,
},
basedpyright = {
settings = {
basedpyright = {
analysis = {
typeCheckingMode = "standard",
inlayHints = {
genericTypes = true,
},
},
},
},
@ -19,4 +21,10 @@ return {
},
},
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = { "basedpyright", "debugpy", "black" },
},
},
}