-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterramate.txt
26 lines (17 loc) · 1.01 KB
/
terramate.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*terramate.txt* basic vim/terramate integration
License: ISC license
Repo: https://github.com/terramate-io/vim-terramate
Type |gO| to see the table of contents.
==============================================================================
COMMANDS *terramate-commands*
These commands are only available if terramate is in your PATH.
*:Terramate*
`:Terramate` [args] Invoke an arbitrary terramate command.
*:TerramateFmt*
`:TerramateFmt` Invoke `terramate fmt` on the whole project.
==============================================================================
SETTINGS *terramate-settings*
*g:terramate_binary_path*
Allow vim-terramate to use a custom path for the terramate binary.
Default: terramate
vim:tw=78:et:ft=help:norl: