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"] } } }