1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

Remove packloadall invocation, not needed

See https://vimhelp.org/repeat.txt.html#%3Apackloadall
This commit is contained in:
Steffen Beyer 2023-06-29 16:11:12 +02:00 committed by GitHub
parent c6f9af86e7
commit 35c2e663db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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): You can also install plugins without any plugin manager (vim 8+ required):
* Add `packloadall` to your `.vimrc` file
* Create pack plugin directory:\ * Create pack plugin directory:\
`mkdir -p ~/.vim_runtime/pack/plugins/start` `mkdir -p ~/.vim_runtime/pack/plugins/start`
* Clone the plugin that you want in that directory, for example:\ * Clone the plugin that you want in that directory, for example:\