|
@@ -49,6 +49,15 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
|
|
(New-Object Net.WebClient).DownloadFile($uri, $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("~\vimfiles\autoload\plug.vim"))
|
|
(New-Object Net.WebClient).DownloadFile($uri, $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("~\vimfiles\autoload\plug.vim"))
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
+### Getting Help
|
|
|
|
|
+
|
|
|
|
|
+- See the [requirements] page for debugging information & tested configurations.
|
|
|
|
|
+- See the [FAQ] for common problems and questions.
|
|
|
|
|
+- Create an [issue](https://github.com/junegunn/vim-plug/issues/new).
|
|
|
|
|
+
|
|
|
|
|
+[FAQ]: https://github.com/junegunn/vim-plug/wiki/faq
|
|
|
|
|
+[requirements]: https://github.com/junegunn/vim-plug/wiki/requirements
|
|
|
|
|
+
|
|
|
### Usage
|
|
### Usage
|
|
|
|
|
|
|
|
Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim):
|
|
Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim):
|
|
@@ -226,10 +235,6 @@ let g:fzf_install = 'yes | ./install'
|
|
|
Plug 'junegunn/fzf', { 'do': g:fzf_install }
|
|
Plug 'junegunn/fzf', { 'do': g:fzf_install }
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-### FAQ/Troubleshooting
|
|
|
|
|
-
|
|
|
|
|
-See [FAQ/Troubleshooting](https://github.com/junegunn/vim-plug/wiki/faq).
|
|
|
|
|
-
|
|
|
|
|
### Articles
|
|
### Articles
|
|
|
|
|
|
|
|
- [Writing my own Vim plugin manager](http://junegunn.kr/2013/09/writing-my-own-vim-plugin-manager)
|
|
- [Writing my own Vim plugin manager](http://junegunn.kr/2013/09/writing-my-own-vim-plugin-manager)
|