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.
- Host: GitHub
- URL: https://github.com/grohiro/vim-test-truffle
- Owner: grohiro
- License: mit
- Created: 2018-06-10T02:23:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T01:46:58.000Z (over 7 years ago)
- Last Synced: 2025-02-24T01:48:25.999Z (about 1 year ago)
- Topics: solidity, truffle, vim, vim-test
- Language: Vim script
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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']}
```