From a3136b0618bba0af7e950fc5249175be81a9ee5d Mon Sep 17 00:00:00 2001
From: Bradley Small <vc.Bradley.Small@lowes.com>
Date: Fri, 15 Nov 2019 15:15:18 -0500
Subject: [PATCH] fixing the hiding of lint msgs

---
 .vim/coc-settings.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json
index ee03dc2..93f9a35 100644
--- a/.vim/coc-settings.json
+++ b/.vim/coc-settings.json
@@ -1,4 +1,5 @@
 {
+  "diagnostic.checkCurrentLine": true,
   "python.linting.enabled": true,
   "python.linting.flake8Enabled": true,
   "python.linting.pydocstyleEnabled": true,
-- 
GitLab