From e591b64e79ba52240462809cc6da36e92c9f0118 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Sat, 15 May 2021 11:12:15 -0400 Subject: [PATCH] [vim] Ale-pio add message when ready --- vim/plugin/ale-platformio.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/plugin/ale-platformio.vim b/vim/plugin/ale-platformio.vim index c0f09d0..0df1e43 100644 --- a/vim/plugin/ale-platformio.vim +++ b/vim/plugin/ale-platformio.vim @@ -67,6 +67,7 @@ function! ALEPioUpdate() else let s:pio_project_data = json_decode(s:stdout) let s:pio_ready = 1 + echom 'ALE Platformio Ready!' call s:ale_pio_update_env() endif endfunction