Awesome
vim-teraterm
This is a Vim plugin for Tera Term Language (TTL). This includes an indent file and a syntax file.
License: VIM License
Supported version
- Tera Term 4.100
Requirements
- Vim 7.4 or later.
Usage
-
Add this directory to your 'runtimepath':
:set runtimepath+=/path/to/vim-teraterm/
-
Create a file to detect the 'teraterm' file type. (This is not needed if you use Vim 7.4.794 or later.)
Create a file that contains the following line:
au BufRead,BufNewFile *.ttl set filetype=teraterm
Save this file as
~/.vim/ftdetect/teraterm.vim
.See
:help ftdetect
for more detail.