diff --git a/README.md b/README.md index 2952f097..6011d286 100644 --- a/README.md +++ b/README.md @@ -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`.