Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/docker-neovim-themis
Alpine image for running vim-themis on Neovim
https://github.com/lambdalisue/docker-neovim-themis
alpine ci docker docker-image neovim test vim-themis
Last synced: about 1 month ago
JSON representation
Alpine image for running vim-themis on Neovim
- Host: GitHub
- URL: https://github.com/lambdalisue/docker-neovim-themis
- Owner: lambdalisue
- Created: 2017-12-10T00:47:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T14:05:24.000Z (over 5 years ago)
- Last Synced: 2024-10-23T21:28:02.979Z (3 months ago)
- Topics: alpine, ci, docker, docker-image, neovim, test, vim-themis
- Language: Makefile
- Homepage: https://hub.docker.com/r/lambdalisue/neovim-themis/
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim-themis
A docker image for running [vim-themis][] on [Neovim][].
## Usage
```
# Run vim-themis
docker run --rm --volume $PWD:/mnt/volume -it lambdalisue/neovim-themis# Run Neovim
docker run --rm --entrypoint= -it lambdalisue/neovim-themis /usr/local/bin/nvim
```[vim-themis]: https://github.com/thinca/vim-themis
[Neovim]: https://github.com/neovim/neovim