Merged coc-settings

This commit is contained in:
Michael Mandl 2021-01-13 08:54:31 +01:00
parent 35e1aae000
commit d8be2b09ac
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
4 changed files with 32 additions and 3 deletions

View file

@ -1,3 +1,15 @@
{
"coc.preferences.formatOnSaveFiletypes": ["cpp", "javascript", "typescript", "typescriptreact", "json", "markdown", "python", "rust", "toml", "yaml"]
"coc.preferences.formatOnSaveFiletypes": [
"cpp",
"javascript",
"typescript",
"typescriptreact",
"json",
"markdown",
"python",
"rust",
"toml",
"yaml"
],
"clangd.path": "/home/mandlm/.config/coc/extensions/coc-clangd-data/install/11.0.0/clangd_11.0.0/bin/clangd"
}