vim-cue icon indicating copy to clipboard operation
vim-cue copied to clipboard

cuelang/cue syntax highlighting plugin for vim, derived from google/vim-jsonnet

vim-cue

This plugin is heavily derived from https://github.com/google/vim-jsonnet, very much WIP as of Aug/2019.

Cue filetype plugin for Vim.

A screenshot of Cue syntax highlighting

Install

To install via Vim plugin managers:

Vundle

Plugin 'jjo/vim-cue'

vim-plug

Plug 'jjo/vim-cue'

Pathogen

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