Added neovim container
This commit is contained in:
parent
0128dce6f6
commit
cc754571de
4 changed files with 73 additions and 0 deletions
2
vim/de
Executable file
2
vim/de
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
docker run --rm -it -v "$1":/data -w '/data' chewingbever/nvim:latest
|
||||
Reference in a new issue