File tree 1 file changed +17
-5
lines changed
1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 6
6
* Support container commands (and more in the future!). For details please check out the documentation (` :help docker-tools-commands ` ).
7
7
* Autocompletion for commands
8
8
* Full documentation in ` :help vim-docker-tools `
9
+
9
10
# Install
10
11
* 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
+
12
15
* Vim-plug
13
- * ` Plug 'kkvh/vim-docker-tools' `
16
+
17
+ Plug 'kkvh/vim-docker-tools'
18
+
14
19
* NeoBundle
15
- * ` NeoBundle 'kkvh/vim-docker-tools' `
20
+
21
+ NeoBundle 'kkvh/vim-docker-tools'
22
+
16
23
* Vundle
17
- * ` Plugin 'kkvh/vim-docker-tools' `
24
+
25
+ Plugin 'kkvh/vim-docker-tools'
26
+
18
27
* Manual
19
- * Copy all of the files into your ` ~/.vim ` directory
28
+
29
+ # Copy all of the files into your `~/.vim` directory
30
+
20
31
# Roadmap
21
32
* [x] Refactor docker runner structure
22
33
* [x] Refactor key mapping
29
40
* Network functions
30
41
* [x] Network command autocomplete
31
42
* Dockerfile functions
43
+
32
44
# Contributing
33
45
Feel free to raise any questions/issues/comments. Submit pull request as you want.
You can’t perform that action at this time.
0 commit comments