From 3c4bf57a214153fd7a935beda368dff571168530 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 14 Oct 2021 10:48:18 +0300 Subject: [PATCH] Enable python jedi --- nvim/coc-settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/coc-settings.json b/nvim/coc-settings.json index 5f49ad7..560da71 100644 --- a/nvim/coc-settings.json +++ b/nvim/coc-settings.json @@ -9,5 +9,6 @@ "typescriptreact", "json", "jsonc" - ] + ], + "python.jediEnabled": true }