From: Stefan Huber <shuber@sthu.org>
Date: Sun, 26 Dec 2021 10:27:03 +0000 (+0100)
Subject: plugins: Add message for creating .vimspector.json
X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=19695700dcb8ab123070cd19e192d7155eecc77e;p=vimconf.git

plugins: Add message for creating .vimspector.json
---

diff --git a/plugins-noroot-nolowendbox.vim b/plugins-noroot-nolowendbox.vim
index 38dbb94..38fbfc4 100644
--- a/plugins-noroot-nolowendbox.vim
+++ b/plugins-noroot-nolowendbox.vim
@@ -246,6 +246,7 @@ EOF
 
     function VimspectorRestartOrCreateConfig()
         if !filereadable('.vimspector.json')
+            echo "Missing .vimspector.json, created one."
             execute 'tabe .vimspector.json'
         else
             call vimspector#Restart()