From 95beb744637b123f8ad061fcb152c37ed48303d0 Mon Sep 17 00:00:00 2001
From: listout <listout@protonmail.com>
Date: Mon, 17 May 2021 21:43:16 +0530
Subject: removed ccls, moded to clangd

---
 coc-settings.json | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/coc-settings.json b/coc-settings.json
index 96eea99..94765c0 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -13,6 +13,7 @@
 		"latex",
 		"tex"
 	],
+	"clangd.semanticHighlighting": true,
 	"coc.preferences.formatOnSaveFiletypes": [
 		"java",
 		"c",
@@ -25,31 +26,6 @@
 	],
 	"diagnostic.refreshOnInsertMode": true,
 	"diagnostic.messageTarget": "float",
-	"languageserver": {
-		"ccsl": {
-			"command": "/usr/bin/ccls",
-			"filetypes": [
-				"c",
-				"cpp",
-				"objc",
-				"objcpp"
-			],
-			"rootPatterns": [
-				".ccls",
-				"compile_commands.json",
-				".git/",
-				".hg"
-			],
-			"initializationOptions": {
-				"cache": {
-					"directory": "/tmp/ccls"
-				},
-				"highlight": {
-					"lsRanges": true
-				}
-			}
-		}
-	},
 	"signature.target": "echo",
 	"session.directory": "~/.config/nvim/sessions",
 	"session.saveOnVimLeave": false,
-- 
cgit v1.2.3