Add c++ settings and good text width settings
This commit is contained in:
parent
d670928506
commit
17f96075a0
@ -5,6 +5,7 @@
|
|||||||
"python.analysis.diagnosticSeverityOverrides":{
|
"python.analysis.diagnosticSeverityOverrides":{
|
||||||
"reportUnboundVariable":"none"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1,5 @@
|
|||||||
map <C-b> : w % <Bar> ! make <CR>
|
map <C-b> : w % <Bar> ! make <CR>
|
||||||
|
set tw=100
|
||||||
|
set colorcolumn=100
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
set colorcolumn=100
|
set colorcolumn=100
|
||||||
nmap ;x [hv]h]hk$;sc
|
nmap ;x [hv]h]hk$;sc
|
||||||
|
set tw=100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user