Browse Source

fix for nom

Chris 5 years ago
parent
commit
434568b5bb
1 changed files with 1 additions and 0 deletions
  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