From ea38453dcdb6e9e550a0a53391fa32c5483da208 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 14:36:00 -0600 Subject: [PATCH] package publish --- doc/ats.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/ats.txt diff --git a/doc/ats.txt b/doc/ats.txt new file mode 100644 index 0000000..5025041 --- /dev/null +++ b/doc/ats.txt @@ -0,0 +1,30 @@ +*ats* ATS environment in vim + +===================================================================== +CONTENTS *ATSContents* + + 1. Usage ............................................. ❘ATSUsage❘ + 2. Config ........................................... ❘ATSConfig❘ + +===================================================================== +Section 1: Usage *ATSUsage* + +By default, ats-vim provides one command, viz. + +:Format *:Format* + Run atsfmt on current file and reload with changes> + :Format +< + +====================================================================== +Section 2: Config *ATSConfig* + +---------------------------------------------------------------------- + *'g:ats_autoformat'* +Values: 0, 1 +Default: 0 + +When set to 1, the current buffer will be formatted every time it is +written to.> + let g:ats_autoformat='1' +<