From 35c2e663dbcea26d22b9c1eb1eaac1c33b9e18f2 Mon Sep 17 00:00:00 2001 From: Steffen Beyer Date: Thu, 29 Jun 2023 16:11:12 +0200 Subject: [PATCH] Remove packloadall invocation, not needed See https://vimhelp.org/repeat.txt.html#%3Apackloadall --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6b5755f2..cb9bff5a 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,6 @@ You can also install your plugins, for instance, via pathogen you can install [v You can also install plugins without any plugin manager (vim 8+ required): -* Add `packloadall` to your `.vimrc` file * Create pack plugin directory:\ `mkdir -p ~/.vim_runtime/pack/plugins/start` * Clone the plugin that you want in that directory, for example:\