diff --git a/coc.nvim.md b/coc.nvim.md index 38707cd..df1f6f0 100644 --- a/coc.nvim.md +++ b/coc.nvim.md @@ -10,13 +10,13 @@ Open config file with command `:CocConfig` "filetypes": ["c", "cpp", "cuda", "objc", "objcpp"], "rootPatterns": [".ccls-root", "compile_commands.json"], "initializationOptions": { - "cache": { - "directory": ".ccls-cache" - } - }, - "client": { - "snippetSupport": true - } + "cache": { + "directory": ".ccls-cache" + }, + "client": { + "snippetSupport": true + } + } } } }