new vim configuration 0.1... :)
This commit is contained in:
parent
b068634734
commit
3f21d6fa82
4 changed files with 25 additions and 6 deletions
19
.vim/coc-settings.json
Normal file
19
.vim/coc-settings.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
languageserver": {
|
||||
"ccls": {
|
||||
"command": "ccls",
|
||||
"args": ["--log-file=/tmp/ccls.log", "-v=1"],
|
||||
"filetypes": ["c", "cc", "cpp", "c++", "objc", "objcpp"],
|
||||
"rootPatterns": [".ccls", "compile_commands.json"],
|
||||
"initializationOptions": {
|
||||
"cache": {
|
||||
"directory": "/tmp/ccls"
|
||||
},
|
||||
"client": {
|
||||
"snippetSupport": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"clangd.path": "/usr/bin/clangd"
|
||||
}
|
||||
|
||||
0
.vim/plugged/.gitkeep
Normal file
0
.vim/plugged/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue