An open API service indexing awesome lists of open source software.

https://github.com/isobit/vim-caddyfile

Caddyfile syntax support for Vim
https://github.com/isobit/vim-caddyfile

caddy caddyfile vim

Last synced: 4 months ago
JSON representation

Caddyfile syntax support for Vim

Awesome Lists containing this project

README

          

# vim-caddyfile

Vim support for [Caddy's](https://caddyserver.com/) [Caddyfile](https://caddyserver.com/docs/caddyfile).

Includes syntax, indentation, and comment support, without depending on a static list of directives.

## Installation
### VimPlug
Put `Plug 'isobit/vim-caddyfile'` in your vimrc and do `:PlugInstall`.
### Vundle
Put `Bundle 'isobit/vim-caddyfile'` in your vimrc and do `:BundleInstall`.

## Preview
![preview](https://raw.githubusercontent.com/isobit/vim-caddyfile/images/caddyfile-preview.png)