mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update Github url for vim syntax plugin
Signed-off-by: Dani Hodovic <dani.hodovic@gmail.com>
This commit is contained in:
parent
eeea12db7a
commit
adaed9b6f7
1 changed files with 4 additions and 4 deletions
|
@ -9,11 +9,11 @@ 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