This plugin is heavily derived from https://github.com/google/vim-jsonnet, very much WIP as of Aug/2019.
Cue filetype plugin for Vim.
To install via Vim plugin managers:
Plugin 'jjo/vim-cue'Plug 'jjo/vim-cue'git clone https://github.com/jjo/vim-cue ~/.vim/bundle/vim-cueThis plugin provides syntax highlighting, indentation, and folding.
Formatting, diagnostics, completion, and navigation come from the CUE
language server (cue lsp), configured through your editor's LSP client.
For tips on getting started, see
https://github.com/cue-lang/cue/wiki/LSP:-Getting-started
For more info on Cue:
- Cue Website: https://cuelang.org
- Cue Repository: https://github.com/cue-lang/cue
