google / vim-jsonnet

Jsonnet filetype plugin for Vim.

Home Page:http://jsonnet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-jsonnet

Jsonnet filetype plugin for Vim.

A screenshot of Jsonnet syntax highlighting

Install

To install via Vim plugin managers:

Vundle

Plugin 'google/vim-jsonnet'

vim-plug

Plug 'google/vim-jsonnet'

dein.vim

call dein#add('google/vim-jsonnet')

Pathogen

git clone https://github.com/google/vim-jsonnet ~/.vim/bundle/vim-jsonnet

Neovim with no Package Manager

mkdir ~/.local/share/nvim/site/pack/plugins/start
cd ~/.local/share/nvim/site/pack/plugins/start
git clone https://github.com/google/vim-jsonnet

More Info

For more info on Jsonnet:

About

Jsonnet filetype plugin for Vim.

http://jsonnet.org

License:Apache License 2.0


Languages

Language:Vim Script 100.0%