https://github.com/lambdalisue/docker-vim-themis
Alpine image for running vim-themis on Vim
https://github.com/lambdalisue/docker-vim-themis
alpine ci docker docker-image test vim vim-themis
Last synced: about 2 months ago
JSON representation
Alpine image for running vim-themis on Vim
- Host: GitHub
- URL: https://github.com/lambdalisue/docker-vim-themis
- Owner: lambdalisue
- Created: 2017-12-10T01:59:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T11:45:11.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T13:22:31.205Z (over 1 year ago)
- Topics: alpine, ci, docker, docker-image, test, vim, vim-themis
- Language: Makefile
- Homepage: https://hub.docker.com/r/lambdalisue/vim-themis/
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-themis
A docker image for running [vim-themis][] on [Vim][].
## Usage
```
# Run vim-themis
docker run --rm --volume $PWD:/mnt/volume -it lambdalisue/vim-themis
# Run Vim
docker run --rm --entrypoint= -it lambdalisue/vim-themis /usr/local/bin/vim
```
[vim-themis]: https://github.com/thinca/vim-themis
[Vim]: https://github.com/vim/vim