Skip to content

Commit 248ae91

Browse files
authored
Merge pull request #39 from PabloScolpino/master
Format Readme to support Github copy button on code snippets
2 parents 67ca842 + 2286870 commit 248ae91

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,28 @@
66
* Support container commands (and more in the future!). For details please check out the documentation (`:help docker-tools-commands`).
77
* Autocompletion for commands
88
* Full documentation in `:help vim-docker-tools`
9+
910
# Install
1011
* Pathogen
11-
* `git clone https://github.com/kkvh/vim-docker-tools.git ~/.vim/bundle/vim-docker-tools`
12+
13+
git clone https://github.com/kkvh/vim-docker-tools.git ~/.vim/bundle/vim-docker-tools
14+
1215
* Vim-plug
13-
* `Plug 'kkvh/vim-docker-tools'`
16+
17+
Plug 'kkvh/vim-docker-tools'
18+
1419
* NeoBundle
15-
* `NeoBundle 'kkvh/vim-docker-tools'`
20+
21+
NeoBundle 'kkvh/vim-docker-tools'
22+
1623
* Vundle
17-
* `Plugin 'kkvh/vim-docker-tools'`
24+
25+
Plugin 'kkvh/vim-docker-tools'
26+
1827
* Manual
19-
* Copy all of the files into your `~/.vim` directory
28+
29+
# Copy all of the files into your `~/.vim` directory
30+
2031
# Roadmap
2132
* [x] Refactor docker runner structure
2233
* [x] Refactor key mapping
@@ -29,5 +40,6 @@
2940
* Network functions
3041
* [x] Network command autocomplete
3142
* Dockerfile functions
43+
3244
# Contributing
3345
Feel free to raise any questions/issues/comments. Submit pull request as you want.

0 commit comments

Comments
 (0)