Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Add the following line to your `~/.vimrc`:
```vim
Plug 'tomlion/vim-solidity'
```
### Vim 8 Default Plugin manager
Make sure your `~/.vimrc` file is set up with:
```vim
packloadall
syntax on
```
Run the following command:
```bash
git clone https://github.com/tomlion/vim-solidity.git ~/.vim/pack/plugins/start/vim-solidity
```

### No Plugin Manager
Copy all of the files manually into your `~/.vim`.