Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
Caddyfile syntax support for Vim
- Host: GitHub
- URL: https://github.com/isobit/vim-caddyfile
- Owner: isobit
- License: mit
- Created: 2016-09-16T13:36:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T22:49:40.000Z (over 2 years ago)
- Last Synced: 2024-08-01T17:41:27.886Z (3 months ago)
- Topics: caddy, caddyfile, vim
- Language: Vim script
- Size: 102 KB
- Stars: 46
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)