diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json
index 98f7668b06d25530d278b06de2a284cc457f28e7..2a1e02c58d72df2d936a425aebb340d6a5f3e362 100644
--- a/.config/nvim/coc-settings.json
+++ b/.config/nvim/coc-settings.json
@@ -1,19 +1,4 @@
 {
-    "languageserver": {
-        "ccls": {
-            "command": "ccls",
-            "filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
-            "rootPatterns": [".ccls-root", "compile_commands.json"],
-            "initializationOptions": {
-                "cache": {
-                    "directory": ".ccls-cache"
-                },
-                "client": {
-                    "snippetSupport": true
-                }
-            }
-        }
-    },
     // diagnostic-languageserver
     "diagnostic-languageserver.enable": true,
     "diagnostic-languageserver.mergeConfig": false,