Demonstrates configuring a container for vim
Based on nice prompt
example here
TODO:
- Create neovim example
- Give some examples of how to use it to develop some code
# build and run
docker build -f Dockerfile.alpine -t vimcontainer .
docker run --rm -it -d --name vimcontainer vimcontainer
docker exec -it vimcontainer /bin/zsh
# or
docker exec -it vimcontainer /bin/bash
vim --version
tmux
# start
vim
# install plugins
:PlugInstall
# quit
:qa!
# cleanup the container
docker stop vimcontainer
- oh-my-zsh here
- oh-my-bash here
- locales here
- My default_dotfiles repo here
- junegunn/vim-plug repo here
- junegunn/vim-plug/wiki/tutorial repo here
- AWESOME VIM PLUGINS here
- https://vimawesome.com/plugin/nerdtree-red
- https://github.com/JAremko/alpine-vim
- https://github.com/amix/vimrc