some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / debug / Dockerfile
diff --git a/.config/coc/extensions/node_modules/coc-go/debug/Dockerfile b/.config/coc/extensions/node_modules/coc-go/debug/Dockerfile
deleted file mode 100644 (file)
index af61947..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-FROM alpine
-
-RUN apk add --no-cache \
-      bash \
-      neovim \
-      curl \
-      nodejs \
-      yarn \
-      go
-RUN \
-  mkdir -p ~/.local/share/nvim/site/pack/coc/start \
-  && cd ~/.local/share/nvim/site/pack/coc/start \
-  && curl -sS --fail -L https://github.com/neoclide/coc.nvim/archive/release.tar.gz|tar xzfv -
-
-RUN nvim -c 'CocInstall -sync coc-go |q' +qall
-
-RUN mkdir -p /root/.config/nvim/undo
-ADD init.vim /root/.config/nvim/init.vim
-
-WORKDIR /workdir