Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekalinin/Dockerfile.vim
Vim syntax file & snippets for Docker's Dockerfile
https://github.com/ekalinin/Dockerfile.vim
docker dockerfile snippets vim vim-syntax viml
Last synced: about 15 hours ago
JSON representation
Vim syntax file & snippets for Docker's Dockerfile
- Host: GitHub
- URL: https://github.com/ekalinin/Dockerfile.vim
- Owner: ekalinin
- License: mit
- Created: 2013-09-11T15:55:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T09:01:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T02:03:34.201Z (7 days ago)
- Topics: docker, dockerfile, snippets, vim, vim-syntax, viml
- Language: Vim script
- Homepage:
- Size: 118 KB
- Stars: 702
- Watchers: 16
- Forks: 80
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dockerfile.vim
==============Vim syntax file for [Docker](http://docker.io/)'s [Dockerfile](http://docs.docker.com/reference/builder/)
and snippets for [snipMate](http://www.vim.org/scripts/script.php?script_id=2540).Screenshot
==========Here is an example in gnome-terminal with [vim-monokai](https://github.com/sickill/vim-monokai) color scheme:
![Vim & Dockerfile.vim ](https://raw.github.com/ekalinin/Dockerfile.vim/master/vim-dockerfile-example.png)
Installation
============```bash
$ git clone https://github.com/ekalinin/Dockerfile.vim.git
$ cd Dockerfile.vim
$ make install
```#### Or using Pathogen:
```bash
# Clone directly into the bundle folder.
git clone https://github.com/ekalinin/Dockerfile.vim.git ~/.vim/bundle/Dockerfile
```#### Or using Vundle:
```bash
# near the top of your .vimrc
Plugin 'ekalinin/Dockerfile.vim'
```#### Or using NeoBundle:
```bash
NeoBundle 'ekalinin/Dockerfile.vim'
```#### Or using Vim-Plug
```bash
# Inside the Vim-Plug block on your .vimrc
Plug 'ekalinin/Dockerfile.vim'
```License
=======See [LICENSE](https://github.com/ekalinin/Dockerfile.vim/blob/master/LICENSE) file.