From 30cf64adc7a492e6abf31c044fcb189b28bf092d Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 28 May 2024 13:40:25 +0200 Subject: [PATCH] Adds pylsp --- coc-settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coc-settings.json b/coc-settings.json index 71119be..dcc3285 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -13,6 +13,10 @@ "command": "elm-language-server", "filetypes": ["elm"], "rootPatterns": ["elm.json"] + }, + "python": { + "command": "pylsp", + "filetypes": ["python"] } } }