AutoYADM commit: 2024-12-20 21:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-20 21:00:02 -05:00
parent 0130645bf9
commit 215723be9c
3 changed files with 34 additions and 29 deletions

View file

@ -0,0 +1,22 @@
return {
"neovim/nvim-lspconfig",
opts = {
servers = {
ruff = {
autostart = false,
},
basedpyright = {
settings = {
basedpyright = {
analysis = {
typeCheckingMode = "standard",
inlayHints = {
genericTypes = true,
},
},
},
},
},
},
},
}