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:
parent
7673367341
commit
66959da23e
@ -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…
x
Reference in New Issue
Block a user