Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 832 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 832 Bytes

ytt.vim

License Latest: Release

vim plugin for ytt

Install

To install using Vim-Plug:

" add this line to your .vimrc file
Plug 'cappyzawa/starlark.vim'
Plug 'vmware-tanzu/ytt.vim'

This plugin requires cappyzawa/starlark.vim: vim plugin for starlark.

Supported commands

Command Description
EnableYtt enable ytt syntax
DisableYtt disable ytt syntax

Key mappings

Map Key Command
nmap <Leader>ey EnableYtt
nmap <Leader>dy DisableYtt