From 66959da23ed5205d35f9d27b2a367ff03c9b1d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuna=20Alika=C5=9Fifo=C4=9Flu?= Date: Tue, 21 Feb 2023 17:17:37 +0300 Subject: [PATCH] fix(branch): set default neovim branch to stable The neovim branch was set to `nightly` for testing, it is again set to stable. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6a664b6..485836b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'