Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmdque/solidity.vim

Vim plugin for Solidity compiler
https://github.com/dmdque/solidity.vim

Last synced: about 5 hours ago
JSON representation

Vim plugin for Solidity compiler

Awesome Lists containing this project

README

        

# Solidity Compiler Plugin
![Demo](https://i.imgur.com/20gY86k.png)

## Dependencies
This plugin uses the `truffle compile` command, so you must have [Truffle](https://github.com/trufflesuite/truffle) installed.

## Installation

I suggest you add this to your `.vimrc`:

augroup quickfix
autocmd!
autocmd QuickFixCmdPost make nested copen
augroup END

### Vundle
Plugin 'dmdque/solidity.vim'

## Usage
Type `:make` from a `.sol` file.