Milestone 2
This commit is contained in:
parent
14e3afdd7b
commit
866f0419ad
19 changed files with 2006 additions and 23 deletions
8
.vim/coc-settings.json
Normal file
8
.vim/coc-settings.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"clangd.arguments": [
|
||||
"--background-index",
|
||||
"--clang-tidy",
|
||||
"--query-driver=/home/linuxbrew/.linuxbrew/bin/g++"
|
||||
],
|
||||
"clangd.path": "/home/linuxbrew/.linuxbrew/bin/clangd"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue