neovim/coc-settings.json

11 lines
239 B
JSON
Raw Normal View History

2023-10-24 22:54:55 -04:00
{
"suggest.autoTrigger": "none",
"suggest.timeout": 500,
"pyright.disableDocumentation":false,
2023-10-25 18:54:24 -05:00
"python.analysis.diagnosticSeverityOverrides":{
"reportUnboundVariable":"none"
},
2023-10-24 22:54:55 -04:00
"hover.target": "preview"
}