Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmdque/solidity.vim
- Owner: dmdque
- Created: 2018-02-04T00:27:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T20:31:39.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T21:47:38.766Z (3 months ago)
- Language: Vim script
- Homepage:
- Size: 141 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solidity - solidity.vim - Vim compiler plugin. (Editor Plugins)
- awesome-solidity - solidity.vim - Vim compiler plugin. (Editor Plugins)
- awesome-solidity - solidity.vim - Vim compiler plugin. (Editor Plugins)
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.