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

https://github.com/grohiro/vim-test-truffle

A plugin for vim-test for Truffle.
https://github.com/grohiro/vim-test-truffle

solidity truffle vim vim-test

Last synced: about 1 year ago
JSON representation

A plugin for vim-test for Truffle.

Awesome Lists containing this project

README

          

# vim-test-truffle

A plugin for [vim-test](https://github.com/janko-m/vim-test) to support [Truffle](https://github.com/trufflesuite/truffle).
[Truffle](https://github.com/trufflesuite/truffle) is a development framework for Ethreum.
This plugin can run `truffule test` from vim.

# Setup

Add the line to your `.vimrc` before loading `vim-test`.

```vim:.vimrc
let test#custom_runners = {'Solidity': ['Truffle']}
```