mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #37589 from danihodovic/update-vim-plugin-readme
README: Update Github url for vim syntax plugin
This commit is contained in:
commit
ce1ee59166
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@ Installation
|
|||
With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
|
||||
|
||||
With [Vundle](https://github.com/gmarik/Vundle.vim)
|
||||
|
||||
Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
||||
|
||||
Plugin 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
|
||||
|
||||
With [vim-plug](https://github.com/junegunn/vim-plug)
|
||||
|
||||
Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
||||
|
||||
Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
|
||||
|
||||
Features
|
||||
--------
|
||||
|
|
Loading…
Reference in a new issue