Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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