From 4e3a9ef3cfbff4fa0b8ef42edf58157713d73952 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 23 May 2021 15:03:53 -0700 Subject: [PATCH] WIP --- coc-settings.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/coc-settings.json b/coc-settings.json index 48d591e..dc7d8a9 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,17 +1,3 @@ { - "languageserver": { - "go": { - "command": "gopls", - "filetypes": ["go"], - "rootPatterns": ["go.mod"], - "trace.server": "verbose" - }, - "python": { - "command": "pyls", - "filetypes": ["python"], - "rootPatterns": [], - "trace.server": "verbose" - } - }, "suggest.noselect": false }