package publish
This commit is contained in:
parent
2774819384
commit
ea38453dcd
1 changed files with 30 additions and 0 deletions
30
doc/ats.txt
Normal file
30
doc/ats.txt
Normal file
|
@ -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'
|
||||
<
|
Loading…
Reference in a new issue