Add a splash popup while starting up
Sometimes it can take quite a while to start up and initialise the debug adapter. So we use popup/float to display the status as we start up and shut down. This increases minimum Vim version to 8.2, but that's been out for ages now and I intend to agressively require latest/later vim/neovim versions.
This commit is contained in:
parent
03d97dc58f
commit
1003cdc0b2
7 changed files with 173 additions and 6 deletions
|
|
@ -27,7 +27,7 @@ RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime && \
|
|||
## cleanup of files from setup
|
||||
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
ARG VIM_VERSION=v8.1.1270
|
||||
ARG VIM_VERSION=v8.2.0460
|
||||
|
||||
ENV CONF_ARGS "--with-features=huge \
|
||||
--enable-python3interp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue