Added neovim container
This commit is contained in:
parent
0128dce6f6
commit
cc754571de
4 changed files with 73 additions and 0 deletions
6
vim/Dockerfile
Normal file
6
vim/Dockerfile
Normal 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
|
||||
Reference in a new issue