Chris пре 4 година
родитељ
комит
d002b0419a
2 измењених фајлова са 5 додато и 36 уклоњено
  1. 0 36
      nvcode.Dockerfile
  2. 5 0
      utils/bin/install-jdtls

+ 0 - 36
nvcode.Dockerfile

@@ -1,36 +0,0 @@
-FROM ubuntu:20.04
-
-ENV LANG en_US.UTF-8
-ENV LANGUAGE en_US:en
-# ENV LC_ALL en_US.UTF-8
-ENV TERM screen-256color
-ENV DEBIAN_FRONTEND=noninteractive
-
-RUN apt update && apt install -y \
-  git \
-  bash \
-  fzf \
-  wget \
-  python3-dev \
-  python3-pip \
-  libssl-dev \
-  libffi-dev \
-  locales \
-  curl \
-  ripgrep \
-  nodejs \
-  npm \
-  neovim
-
-SHELL ["/bin/bash", "-c"]
-
-RUN npm i -g neovim
-RUN bash  <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/install-docker.sh)
-RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install
-
-CMD ["nvim"]
-
-
-
-
-

+ 5 - 0
utils/bin/install-jdtls

@@ -0,0 +1,5 @@
+cd ~/.config/nvim
+git clone https://github.com/eclipse/eclipse.jdt.ls.git
+cd eclipse.jdt.ls
+./mvnw clean verify
+cd ~/.config/nvim