Running T-Rex on Vim
:TRex
- Electron
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
MIT
Yasuhiro Matsumoto (a.k.a. mattn)