diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 19:05:56 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 19:05:56 +0900 |
commit | 783f7e7203b4382b9bf868a1c5ce5998da6b0302 (patch) | |
tree | 9142fe979113366f01dc86446c04ea4fe807553d | |
parent | 1948893b3d69107ddc3c5f1c9d83a7fa4f3d0bcc (diff) | |
download | vim-sonictemplate-783f7e7203b4382b9bf868a1c5ce5998da6b0302.tar.gz vim-sonictemplate-783f7e7203b4382b9bf868a1c5ce5998da6b0302.tar.bz2 vim-sonictemplate-783f7e7203b4382b9bf868a1c5ce5998da6b0302.zip |
add pit.ruby
-rw-r--r-- | template/pit.ruby | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/pit.ruby b/template/pit.ruby new file mode 100644 index 0000000..d8682d5 --- /dev/null +++ b/template/pit.ruby @@ -0,0 +1,7 @@ +require "pit" + +config = Pit.get("{{_input_:domain}}", :require => { + "username" => "username of {{_input_:domain}}", + "password" => "password of {{_input_:domain}}", +}) +{{_cursor_}} |