neovim/coc-settings.json

12 lines
277 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"
},
"hover.target": "preview",
2024-01-18 09:17:05 -05:00
"clangd.path": "/usr/bin/clangd"
2023-10-24 22:54:55 -04:00
}