Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 554 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 554 Bytes

vim-solidity

Syntax files for Solidity, the contract-oriented programming language for Ethereum.

Installation

Pathogen

Run the following command:

git clone https://github.com/tomlion/vim-solidity.git ~/.vim/bundle/vim-solidity

Vundle

Add the following line to your ~/.vimrc:

Plugin 'tomlion/vim-solidity'

Plug

Add the following line to your ~/.vimrc:

Plug 'tomlion/vim-solidity'

No Plugin Manager

Copy all of the files manually into your ~/.vim.