# vim-trex **Repository Path**: mirrors_mattn/vim-trex ## Basic Information - **Project Name**: vim-trex - **Description**: Running T-Rex with Vim - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)