Remove unused neovim plugins and add more coc extensions

This commit is contained in:
2021-10-12 22:44:23 +03:00
parent f6ed02638f
commit cadd2ffc1e
4 changed files with 36 additions and 27 deletions

View File

@@ -1,18 +1,13 @@
{
"languageserver": {
"ccls": {
"command": "ccls",
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
"rootPatterns": [".ccls-root", "compile_commands.json"],
"initializationOptions": {
"cache": {
"directory": ".ccls-cache"
},
"client": {
"snippetSupport": true
}
}
}
}
"coc.preferences.formatOnSaveFiletypes": [
"css",
"markdown",
"javascript",
"typescript",
"svelte",
"javascriptreact",
"typescriptreact",
"json",
"jsonc"
]
}