From 63d9469ac4405e75d9aa7fb17fa067c7787ac190 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Thu, 31 Dec 2020 22:02:14 +0100 Subject: [PATCH] :memo: Vim 8 provides native third-party package loading https://vi.stackexchange.com/q/9522 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2952f097..7f267c9b 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,12 @@ Add the following line to your `~/.vimrc`: Plug 'tomlion/vim-solidity' ``` +### Built-in package manager +Using Vim 8 native package loading. +```bash +mkdir -p ~/.vim/pack/solidity/start/ +git clone https://github.com/tomlion/vim-solidity.git ~/.vim/pack/solidity/start/vim-solidity +``` + ### No Plugin Manager Copy all of the files manually into your `~/.vim`.