new vim configuration 0.1... :)

This commit is contained in:
Johannes Findeisen 2025-08-10 00:34:35 +02:00
commit 3f21d6fa82
4 changed files with 25 additions and 6 deletions

19
.vim/coc-settings.json Normal file
View 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
View file