Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Running T-Rex with Vim

Awesome Lists containing this project

README

        

# vim-trex

Running T-Rex on Vim

![TREx](https://raw.githubusercontent.com/mattn/vim-trex/master/screenshot.gif)

## 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)