AutoYADM commit: 2024-12-20 21:00:02
This commit is contained in:
parent
0130645bf9
commit
215723be9c
3 changed files with 34 additions and 29 deletions
22
.config/nvim/lua/plugins/python.lua
Normal file
22
.config/nvim/lua/plugins/python.lua
Normal file
|
@ -0,0 +1,22 @@
|
|||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
ruff = {
|
||||
autostart = false,
|
||||
},
|
||||
basedpyright = {
|
||||
settings = {
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
typeCheckingMode = "standard",
|
||||
inlayHints = {
|
||||
genericTypes = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue