From 7ac8366c526d5c06b371388e26a8f445f2ccbc10 Mon Sep 17 00:00:00 2001 From: Samuel Sulovsky <71935095+memoriesadrift@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:54:02 +0100 Subject: [PATCH] Added information on Vim 8 native installation Installation without any plugin manager using Vim 8 default plugin support. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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`.