Syntax files for Solidity, the contract-oriented programming language for Ethereum.
Run the following command:
git clone https://github.com/tomlion/vim-solidity.git ~/.vim/bundle/vim-solidity
Add the following line to your ~/.vimrc
:
Plugin 'tomlion/vim-solidity'
Add the following line to your ~/.vimrc
:
Plug 'tomlion/vim-solidity'
Copy all of the files manually into your ~/.vim
.