Solidity Compiler Plugin

February 4, 2018 ยท View on GitHub

Demo

Dependencies

This plugin uses the truffle compile command, so you must have 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.