fix(branch): set default neovim branch to stable

The neovim branch was set to `nightly` for testing, it is again set to
stable.
This commit is contained in:
Tuna Alikaşifoğlu 2023-02-21 17:17:37 +03:00
parent 7673367341
commit 66959da23e
No known key found for this signature in database
GPG Key ID: 16FE1DF5037D8B61

View File

@ -15,7 +15,7 @@ RUN apt update && apt install -y \
# Installation Settings # Installation Settings
# branch can be nightly # branch can be nightly
ENV BRANCH=nightly ENV BRANCH=stable
ENV LSP_LIST='lua-language-server' ENV LSP_LIST='lua-language-server'
ENV TS_LIST='c cpp go lua python rust tsx typescript help vim' ENV TS_LIST='c cpp go lua python rust tsx typescript help vim'