From 329c80aec634638208ff6bca544c8341f2d122de Mon Sep 17 00:00:00 2001 From: the_next Date: Tue, 18 Feb 2020 21:58:05 +0800 Subject: [PATCH] fix json type error --- coc.nvim.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 + } + } } } }