Adjusting COC

This commit is contained in:
2025-09-12 12:28:52 -04:00
parent 09c8354089
commit 7f4bf08c64
2 changed files with 8 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
"coc-json",
"coc-html",
"coc-css",
"coc-pylsp",
"coc-pyright",
"coc-clangd",
"coc-rust-analyzer",
"coc-yaml",
@@ -23,18 +23,12 @@
"coc-markdownlint",
"coc-vimlsp"
],
"pylsp.enable": true,
"pylsp.plugins.pycodestyle.enabled": false,
"pylsp.plugins.mccabe.enabled": false,
"pylsp.plugins.pyflakes.enabled": true,
"pylsp.plugins.pylint.enabled": false,
"pylsp.plugins.autopep8.enabled": false,
"pylsp.plugins.yapf.enabled": false,
"pylsp.plugins.jedi_completion.enabled": true,
"pylsp.plugins.jedi_hover.enabled": true,
"pylsp.plugins.jedi_references.enabled": true,
"pylsp.plugins.jedi_signature_help.enabled": true,
"pylsp.plugins.jedi_symbols.enabled": true,
"pyright.enable": true,
"pyright.organizeimports.provider": "pyright",
"python.analysis.autoImportCompletions": true,
"python.analysis.autoSearchPaths": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.typeCheckingMode": "basic",
"rust-analyzer.enable": true,
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.procMacro.enable": true,