Skip to content

Commit

Permalink
[vim] Ale-pio add message when ready
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed May 15, 2021
1 parent 71c3cf9 commit e591b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/plugin/ale-platformio.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e591b64

Please sign in to comment.