Add c++ settings and good text width settings

This commit is contained in:
Alex Selimov 2023-11-20 20:13:23 -05:00
parent d670928506
commit 17f96075a0
4 changed files with 8 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"python.analysis.diagnosticSeverityOverrides":{
"reportUnboundVariable":"none"
},
"hover.target": "preview"
"hover.target": "preview",
"clangd.path": "~/.config/coc/extensions/coc-clangd-data/install/16.0.2/clangd_16.0.2/bin/clangd"
}