vim plugin for ytt
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.
Command | Description |
---|---|
EnableYtt | enable ytt syntax |
DisableYtt | disable ytt syntax |
Map | Key | Command |
---|---|---|
nmap | <Leader>ey | EnableYtt |
nmap | <Leader>dy | DisableYtt |