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

2
vim/de Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker run --rm -it -v "$1":/data -w '/data' chewingbever/nvim:latest