瀏覽代碼

fix for nom

Chris 5 年之前
父節點
當前提交
434568b5bb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nvim-mach2.Dockerfile

+ 1 - 0
nvim-mach2.Dockerfile

@@ -24,6 +24,7 @@ RUN apt update && apt install -y \
 
 SHELL ["/bin/bash", "-c"]
 
+RUN npm i -g neovim
 RUN bash  <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/install.sh)
 RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install