Add c++ settings and good text width settings
This commit is contained in:
parent
d670928506
commit
17f96075a0
4 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
1
init.vim
1
init.vim
|
@ -188,3 +188,4 @@ nnoremap <C-H> <C-W><C-H>
|
||||||
|
|
||||||
"iron.nvim
|
"iron.nvim
|
||||||
lua require('iron')
|
lua require('iron')
|
||||||
|
set formatoptions-=o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue