Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjo/vim-cue
cuelang/cue syntax highlighting plugin for vim, derived from google/vim-jsonnet
https://github.com/jjo/vim-cue
Last synced: about 12 hours ago
JSON representation
cuelang/cue syntax highlighting plugin for vim, derived from google/vim-jsonnet
- Host: GitHub
- URL: https://github.com/jjo/vim-cue
- Owner: jjo
- License: apache-2.0
- Created: 2019-07-31T20:53:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T20:08:06.000Z (over 3 years ago)
- Last Synced: 2024-08-02T17:33:11.231Z (3 months ago)
- Language: Vim script
- Size: 239 KB
- Stars: 53
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-cue - vim-cue - CUE syntax highlighting plugin for VIM. (Projects)
README
# vim-cue
This plugin is heavily derived from https://github.com/google/vim-jsonnet,
very much WIP as of Aug/2019.[Cue][cue] filetype plugin for Vim.
[cue]: https://github.com/cuelang
![A screenshot of Cue syntax highlighting](https://raw.githubusercontent.com/jjo/vim-cue/master/cue-screenshot.png)
# Install
To install via Vim plugin managers:
### Vundle
```viml
Plugin 'jjo/vim-cue'
```### vim-plug
```viml
Plug 'jjo/vim-cue'
```### Pathogen
```sh
git clone https://github.com/jjo/vim-cue ~/.vim/bundle/vim-cue
```## More Info
For more info on Cue:
* Cue Website: https://cuelang.org
* Cue Repository: https://github.com/cuelang/cue