/elin-format

Primary LanguageClojureMIT LicenseMIT

elin-format

liquidz/elin plugin for formatting.

Installation

vim-plug
Plug 'liquidz/elin-format'
dein
call dein#add('liquidz/elin-format')

Configuration

format-current-form-interceptor

This interceptor will format only the form on cursor when saving the file.

{:interceptor {:uses [elin-format.core/format-current-form-interceptor {:command ["cljstyle" "pipe"]}]}}