Merged coc-settings
This commit is contained in:
parent
35e1aae000
commit
d8be2b09ac
4 changed files with 32 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue