All Projects → ekalinin → Dockerfile.vim

ekalinin / Dockerfile.vim

Licence: mit
Vim syntax file & snippets for Docker's Dockerfile

Projects that are alternatives of or similar to Dockerfile.vim

Vim Es6
List of JavaScript ES6 snippets and syntax highlighting for vim.
Stars: ✭ 465 (-27.91%)
Mutual labels:  snippets, viml
Hardmode
Vim: Hard Mode (deprecated)
Stars: ✭ 580 (-10.08%)
Mutual labels:  viml
Kotlin Vim
Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support
Stars: ✭ 479 (-25.74%)
Mutual labels:  viml
Creep
a pretty sweet 4px wide pixel font.
Stars: ✭ 546 (-15.35%)
Mutual labels:  viml
Autoconfig Mac Vimrc
autoconfig mac vimrc with bundle
Stars: ✭ 502 (-22.17%)
Mutual labels:  viml
Coc Snippets
Snippets solution for coc.nvim
Stars: ✭ 547 (-15.19%)
Mutual labels:  snippets
30 Seconds Of Swift Code
A Swift implementation of 30-seconds-of-code: A curated collection of useful Swift 4 snippets that you can understand in 30 seconds or less.
Stars: ✭ 476 (-26.2%)
Mutual labels:  snippets
Timl
Clojure like language which compiles down to VimL
Stars: ✭ 622 (-3.57%)
Mutual labels:  viml
Sublimecodeintel
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Stars: ✭ 5,050 (+682.95%)
Mutual labels:  snippets
Snipmate Snippets
A collection of snippets for snipmate
Stars: ✭ 541 (-16.12%)
Mutual labels:  viml
Yats.vim
Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
Stars: ✭ 539 (-16.43%)
Mutual labels:  viml
Vim Ruby Refactoring
Refactoring tool for Ruby in vim!
Stars: ✭ 503 (-22.02%)
Mutual labels:  viml
Dotvim
An attempt at The Ultimate Vim Configuration™ with focus on Rails development. DEPRECATED, SEE https://github.com/vitaly/dotvim2
Stars: ✭ 553 (-14.26%)
Mutual labels:  viml
Vim Autoclose
This plugin for Vim enable an auto-close chars feature for you. For instance if you type an '(', ``autoclose`` will automatically insert a ')' and put the cursor between than.
Stars: ✭ 497 (-22.95%)
Mutual labels:  viml
Taglist.vim
Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc)
Stars: ✭ 604 (-6.36%)
Mutual labels:  viml
Vim As A Python Ide
Example code from my PyCon APAC 2012 talk.
Stars: ✭ 549 (-14.88%)
Mutual labels:  viml
Vim Mundo
🎄 Vim undo tree visualizer
Stars: ✭ 530 (-17.83%)
Mutual labels:  viml
Vim Css Color
Highlight colors in css files
Stars: ✭ 635 (-1.55%)
Mutual labels:  viml
Vim Less
vim syntax for LESS (dynamic CSS)
Stars: ✭ 609 (-5.58%)
Mutual labels:  viml
Vim Gnupg
This script implements transparent editing of gpg encrypted files.
Stars: ✭ 566 (-12.25%)
Mutual labels:  viml

Dockerfile.vim

Vim syntax file for Docker's Dockerfile and snippets for snipMate.

Screenshot

Here is an example in gnome-terminal with vim-monokai color scheme:

Vim & Dockerfile.vim

Installation

$ git clone https://github.com/ekalinin/Dockerfile.vim.git
$ cd Dockerfile.vim
$ make install

Or using Pathogen:

# Clone directly into the bundle folder.
git clone https://github.com/ekalinin/Dockerfile.vim.git ~/.vim/bundle/Dockerfile

Or using Vundle:

# near the top of your .vimrc
Plugin 'ekalinin/Dockerfile.vim'

Or using NeoBundle:

NeoBundle 'ekalinin/Dockerfile.vim'

Or using Vim-Plug

# Inside the Vim-Plug block on your .vimrc
Plug 'ekalinin/Dockerfile.vim'

License

See LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].