From 69c6eedd3fc7cd2273bb18d9845630fa2f82ecaa Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 9 Nov 2020 18:50:01 +0000 Subject: [PATCH] checkcurrentline --- .vim/coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json index 0d8de01..5f0c157 100644 --- a/.vim/coc-settings.json +++ b/.vim/coc-settings.json @@ -3,6 +3,7 @@ "suggest.enablePreview": true, "suggest.maxPreviewWidth": 70, "diagnostic.displayByAle": false, + "diagnostic.checkCurrentLine": true, "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": true,