Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 865 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 865 Bytes

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: