mirror of
1
0
Fork 0

Update README.md

This commit is contained in:
Amir Salihefendic 2022-10-15 21:50:31 +02:00 committed by GitHub
parent 0ebb4622e9
commit f53e1e0880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -152,9 +152,9 @@ 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:
* Create pack plugin directory:\
`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:\
`git clone --depth=1 git://github.com/maxmellon/vim-jsx-pretty ~/.vim_runtime/pack/plugins/start/vim-jsx-pretty`