We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeea12d commit adaed9bCopy full SHA for adaed9b
contrib/syntax/vim/README.md
@@ -8,12 +8,12 @@ Installation
8
With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
9
10
With [Vundle](https://github.com/gmarik/Vundle.vim)
11
-
12
- Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
+
+ Plugin 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
13
14
With [vim-plug](https://github.com/junegunn/vim-plug)
15
16
- Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
+ Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
17
18
Features
19
--------
0 commit comments