AutoYADM commit: 2024-12-16 18:45:04
This commit is contained in:
parent
0865c12bbd
commit
012fef1016
2 changed files with 13 additions and 1 deletions
12
.config/nvim/lua/plugins/basedpyright.lua
Normal file
12
.config/nvim/lua/plugins/basedpyright.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
typeCheckingMode = "standard",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue