|
return {
|
|
settings = {
|
|
basedpyright = {
|
|
analysis = {
|
|
autoSearchPaths = true,
|
|
diagnosticMode = "openFilesOnly",
|
|
useLibraryCodeForTypes = true,
|
|
typeCheckingMode = "standard"
|
|
},
|
|
},
|
|
},
|
|
on_attach = function()
|
|
G.api.nvim_create_user_command('R', G.run_cmd('python3 %'), {})
|
|
end
|
|
}
|