# vim-solidity **Repository Path**: billscofield/vim-solidity ## Basic Information - **Project Name**: vim-solidity - **Description**: vim-solidity - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-25 - **Last Updated**: 2022-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vim-solidity Syntax files for [Solidity](https://github.com/ethereum/solidity), the contract-oriented programming language for Ethereum. ## Installation ### Pathogen Run the following command: ```bash git clone https://github.com/tomlion/vim-solidity.git ~/.vim/bundle/vim-solidity ``` ### Vundle Add the following line to your `~/.vimrc`: ```vim Plugin 'tomlion/vim-solidity' ``` ### Plug Add the following line to your `~/.vimrc`: ```vim Plug 'tomlion/vim-solidity' ``` ### No Plugin Manager Copy all of the files manually into your `~/.vim`.