add picom
This commit is contained in:
parent
14795eb6dc
commit
a64e56babd
6 changed files with 58 additions and 3 deletions
23
vim/coc-settings.json
Normal file
23
vim/coc-settings.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"languageserver": {
|
||||
"ccls": {
|
||||
"command": "ccls",
|
||||
"filetypes": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"rootPatterns": [
|
||||
".ccls",
|
||||
".git/",
|
||||
".hg/",
|
||||
".vim/",
|
||||
"compile_commands.json"
|
||||
],
|
||||
"initializationOptions":{
|
||||
"cache": {
|
||||
"directory": "/tmp/ccls"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue