Change some telescope settings, add plugins for gitcommit and java, change coc-settings somewhat
This commit is contained in:
parent
4e011c8561
commit
504f3fe1f7
6 changed files with 24 additions and 7 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue