https://github.com/tremor-rs/tremor-vim
Vim support for tremor's languages
https://github.com/tremor-rs/tremor-vim
tremor tremor-languages tremor-query tremor-script vim vim-plugin
Last synced: 9 months ago
JSON representation
Vim support for tremor's languages
- Host: GitHub
- URL: https://github.com/tremor-rs/tremor-vim
- Owner: tremor-rs
- License: apache-2.0
- Created: 2019-09-30T07:44:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T13:17:27.000Z (almost 5 years ago)
- Last Synced: 2025-08-01T05:52:10.933Z (11 months ago)
- Topics: tremor, tremor-languages, tremor-query, tremor-script, vim, vim-plugin
- Language: Vim script
- Homepage: https://www.tremor.rs/getting-started/tooling/
- Size: 28.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tremor-vim
Support for tremor languages in VIM.
Features:
* Filetype detection
* Filetype settings
* Syntax highlighting
For richer language integration (via Trill), see: https://github.com/tremor-rs/tremor-language-server
## Installation
### Pathogen
```bash
cd ~/.vim/bundle
git clone https://github.com/tremor-rs/tremor-vim
```
### Vim-plug
In your `~/.vimrc`:
```vim
Plug 'tremor-rs/tremor-vim'
```