https://github.com/mattn/vim-trex
Running T-Rex with Vim
https://github.com/mattn/vim-trex
trex trex-runner vim vim-plugin
Last synced: 6 months ago
JSON representation
Running T-Rex with Vim
- Host: GitHub
- URL: https://github.com/mattn/vim-trex
- Owner: mattn
- Created: 2018-12-14T03:03:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T02:41:36.000Z (over 2 years ago)
- Last Synced: 2025-03-27T23:23:24.453Z (7 months ago)
- Topics: trex, trex-runner, vim, vim-plugin
- Language: JavaScript
- Homepage:
- Size: 2.48 MB
- Stars: 112
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - vim-trex - Rex with Vim | mattn | 111 | (JavaScript)
README
# vim-trex
Running T-Rex on Vim

## Usage
```
:TRex
```## Requirements
* Electron
## Installation
To install using [Vim-Plug](https://github.com/junegunn/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)