Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 271 Bytes

File metadata and controls

15 lines (10 loc) · 271 Bytes

zmpl.vim

Syntax highlighting plugin for Zmpl.

Installation

" ~/.vimrc

call plug#begin('~/.vim/plugged')
Plug 'jetzig-framework/zmpl.vim'
call plug#end()