Change some telescope settings, add plugins for gitcommit and java, change coc-settings somewhat

This commit is contained in:
Alex Selimov 2024-02-08 07:46:32 -05:00
parent 4e011c8561
commit 504f3fe1f7
6 changed files with 24 additions and 7 deletions

View file

@ -2,14 +2,17 @@
"suggest.autoTrigger": "none",
"suggest.timeout": 500,
"pyright.disableDocumentation":false,
"pyright.inlayHints.variableTypes":false,
"pyright.inlayHints.parameterTypes":false,
"pyright.inlayHints.functionReturnTypes":false,
"python.analysis.diagnosticSeverityOverrides":{
"reportUnboundVariable":"none"
},
"hover.target": "preview",
"clangd.path": "/usr/bin/clangd",
"python.formatting.provider": "black",
"python.formatting.blackPath": "/home/aselimov/.local/bin/black",
"python.formatting.blackArgs": ["-l","100"],
"coc.preferences.formatOnSaveFiletypes": ["python"]
"coc.preferences.formatOnSaveFiletypes": ["python"],
"java.inlayHints.parameterNames.enabled": "none"
}