mirror of
https://github.com/amix/vimrc
synced 2025-07-09 02:25:00 +08:00
Updated plugins
This commit is contained in:
@ -51,8 +51,17 @@ For help with secure cipher selection, visit [Mozillas SSL Configuration Generat
|
||||
|
||||
## Installation
|
||||
|
||||
Install using any vim plugin manager. If you're not familiar with any, go with Plug ([``vim-plug``](https://github.com/junegunn/vim-plug)).
|
||||
Then install this plugin using the your vim's plugin manager as follows:
|
||||
If your Vim is at version 8 or later, the first method below is the quickest. Otherwise, install this plugin with any Vim plugin manager ([``vim-plug``](https://github.com/junegunn/vim-plug) is recommended).
|
||||
|
||||
### Native plugin management (Vim 8+)
|
||||
|
||||
Clone or submodule this repo into your Vim packages location. Example:
|
||||
|
||||
```
|
||||
mkdir -p ~/.vim/pack/plugins/start
|
||||
cd ~/.vim/pack/plugins/start
|
||||
git clone https://github.com/chr4/nginx.vim.git
|
||||
```
|
||||
|
||||
### Plug
|
||||
```
|
||||
|
Reference in New Issue
Block a user