From 0acc6db560e8a2fe61968692232e86ca80f4fd2b Mon Sep 17 00:00:00 2001 From: cappyzawa Date: Sun, 12 May 2019 06:10:49 +0900 Subject: [PATCH] add description --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a2da5..b3a3092 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ # ytt.vim -syntax for ytt + +vim plugin for [ytt](https://get-ytt.io) + +## Install +To install using [Vim-Plug](https://github.com/junegunn/vim-plug): + +``` +" add this line to your .vimrc file +Plug 'cappyzawa/starlark.vim' +Plug 'cappyzawa/vault.nvim' +``` + +This plugin requires [cappyzawa/starlark\.vim: vim plugin for starlark](https://github.com/cappyzawa/starlark.vim). + +## Supported commands +|Command|Description| +|:---|:---| +|EnableYtt|enable ytt syntax| +|DisableYtt|disable ytt syntax| + +## Key mappings +|Map|Key|Command| +|:---:|:---:|:---| +|nmap|ey|EnableYtt| +|nmap|dy|DisableYtt|