Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 560 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 560 Bytes

vim-trex

Running T-Rex on Vim

TREx

Usage

:TRex

Requirements

  • Electron

Installation

To install using Vim-Plug:

" add this line to your .vimrc file
Plug 'mattn/vim-trex'

Before using this, you need to run below once.

$ npm install

And download T-Rex glTF model.

For Windows

download.cmd

For UNIX:

source download.cmd

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)