moved lsp server config to after dir
This commit is contained in:
7
after/lsp/basedpyright.lua
Normal file
7
after/lsp/basedpyright.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return {
|
||||
settings = {
|
||||
basedpyright = {
|
||||
typeCheckingMode = 'standard',
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user