Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T02:41:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T07:52:54.347Z (3 months ago)
- Topics: trex, trex-runner, vim, vim-plugin
- Language: JavaScript
- Homepage:
- Size: 2.48 MB
- Stars: 112
- Watchers: 5
- 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
![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)