Formatting updated in the packloadall section
This commit is contained in:
parent
adbefa9283
commit
0ebb4622e9
1 changed files with 4 additions and 2 deletions
|
@ -152,8 +152,10 @@ 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: `git clone --depth=1 git://github.com/maxmellon/vim-jsx-pretty ~/.vim_runtime/pack/plugins/start/vim-jsx-pretty`
|
||||
* Create pack plugin directory:
|
||||
`mkdir -p ~/.vim_runtime/pack/plugins/start`
|
||||
* 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`
|
||||
|
||||
|
||||
## Key Mappings
|
||||
|
|
Loading…
Reference in a new issue