Remove packloadall invocation, not needed
See https://vimhelp.org/repeat.txt.html#%3Apackloadall
This commit is contained in:
parent
c6f9af86e7
commit
35c2e663db
1 changed files with 0 additions and 1 deletions
|
@ -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:\
|
||||
|
|
Loading…
Reference in a new issue