Added neovim container

This commit is contained in:
Jef Roosens 2021-01-26 16:40:58 +01:00
parent 0128dce6f6
commit cc754571de
4 changed files with 73 additions and 0 deletions

6
vim/Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk update && apk add --no-cache neovim && \
mkdir -p /root/.config/nvim
COPY init.vim /root/.config/nvim/init.vim