fix(branch): set default neovim branch to stable

The neovim branch was set to `nightly` for testing, it is again set to
stable.
pull/186/head
Tuna Alikaşifoğlu 2 years ago
parent 7673367341
commit 66959da23e
No known key found for this signature in database
GPG Key ID: 16FE1DF5037D8B61

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

Loading…
Cancel
Save